-
randvar_normal_density
- Calculates the one dimensional density function phi( mean, u ) for the normal distribution at point x.
-
randvar_normal_density_approx
- Determinates the value of the one dimensional density function phi( mean, u ) for the normal distribution at point x.
-
randvar_normal_density_pos
- Calculates the one dimensional Gauss density function phi( mean, u ) at point x.
-
randvar_normal_density_trunc
- Calculates the one dimensional Gauss density function phi( mean, u ) at point x.
-
randvar_uniform_int
- Generates a Uniform( 0, K-1 ) distributed random integer.
-
randvar_std_normal
- Generates a N( 0, 1 ) distributed random number.
-
randvar_normal
- Generates a N( mue, u ) distributed random number.
-
randvar_normal_pos
- Generates a positive, N( mue, u ) distributed random number.
-
randvar_get_PHI
- Determinates the N( 0, 1 ) distribution function at point x.
-
randvar_get_1overa
- Calculates scaling factor 1/a for the truncated normal distribution.
-
randvar_get_xPHIless1
- Determinates the first sampling point x, for which PHI(x) = 1 for the first time.
-
randvar_get_xPHIxgleichPHIy
- Determinates the sampling point x, for which PHI(x) = PHI(y) for the first time, where x and y consecutive.
-
randvar_normal_cdf
- Cumalative distribution function F(x;mean,u) for the N(mean, u).
-
randvar_normal_pos_cdf
- _ Cumalative distribution function F(x;mean,u) for the truncated N(mean, u).
-
randvar_get_xfaktphi
- Small help function for interpolation, returns a constant
-
randvar_get_xstepphi
- Small help function for interpolation, returns a constant
-
randvar_get_philen
- Small help function for interpolation, returns a constant
Alphabetic index
This page was generated with the help of DOC++.