Constructor for the inverse of a user-supplied cummulative distribution function.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public InverseCdf(
	ICdfFunction cdf
)
Visual Basic (Declaration)
Public Sub New ( _
	cdf As ICdfFunction _
)
Visual C++
public:
InverseCdf(
	ICdfFunction^ cdf
)

Parameters

cdf
Type: Imsl.Stat..::.ICdfFunction
A ICdfFunction object that contains the user-supplied function to be inverted.

Remarks

The cdf function must be continuous and strictly monotone.

See Also