Click or drag to resize
InverseCdfEval Method
Evaluates the inverse CDF function.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Eval(
	double p,
	double guess
)

Parameters

p
Type: SystemDouble
A double scalar value representing the point at which the inverse CDF is desired.
guess
Type: SystemDouble
A double scalar value representing an initial estimate of the inverse at p.

Return Value

Type: Double
A double scalar value representing the inverse of the CDF at the point p.
Exceptions
ExceptionCondition
DidNotConvergeException is thrown if the interation to find the inverse of the CDF did not converge.
Remarks
Cdf(InverseCdf) is "close" to p.
See Also