Evaluates the normal (Gaussian) cumulative probability distribution function.
double
specifying the argument at which the function is to be evaluated. A double
specifying the probability that a normal variable takes a value less than or equal to x.
Method Normal
evaluates the distribution function, , of a standard normal (Gaussian) random variable, that is,
The value of the distribution function at the point x is the probability that the random variable takes a value less than or equal to x.
The standard normal distribution (for which Normal
is the distribution function) has mean of 0 and variance of 1. The probability that a normal random variable with mean and variance is less than y s given by Normal
evaluated at .
is evaluated by use of the complementary error function, erfc. The relationship is:
Cdf Class | Imsl.Stat Namespace | Example