Evaluates the inverse CDF function.
double
scalar value representing the point at which the inverse CDF is desired. double
scalar value representing an initial estimate of the inverse at p
. A double
scalar value representing the inverse of the CDF at the point p
.
Cdf(InverseCdf
) is "close" to p
.
Exception Type | Condition |
---|---|
DidNotConvergeException | is thrown if the interation to find the inverse of the CDF did not converge. |
InverseCdf Class | Imsl.Stat Namespace