Constructor for the inverse of a user-supplied cummulative
distribution function.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public InverseCdf(
ICdfFunction cdf
)
Public Sub New (
cdf As ICdfFunction
)
public:
InverseCdf(
ICdfFunction^ cdf
)
new :
cdf : ICdfFunction -> InverseCdf
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