Click or drag to resize
InverseCdf Constructor
Constructor for the inverse of a user-supplied cummulative distribution function.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public InverseCdf(
	ICdfFunction cdf
)

Parameters

cdf
Type: Imsl.StatICdfFunction
A ICdfFunction object that contains the user-supplied function to be inverted.
Remarks
The cdf function must be continuous and strictly monotone.
See Also