The function is not a Cumulative Distribution Function (CDF).

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

Syntax

C#
public NotCDFException(
	double range
)
Visual Basic (Declaration)
Public Sub New ( _
	range As Double _
)
Visual C++
public:
NotCDFException(
	double range
)

Parameters

range
Type: System..::.Double
A double containing the probability of the range.

See Also