Evaluates the inverse of the normal (Gaussian) cumulative probability distribution function.
double
specifying the probability at which the function is to be evaluated. A double
specifying the probability that a standard normal random variable takes a value less than or equal to this value is p.
Method InverseNormal
evaluates the inverse of the distribution function, , of a standard normal (Gaussian) random variable, that is, InverseNormal
, where
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 has a mean of 0 and a variance of 1.
Cdf Class | Imsl.Stat Namespace | Example