IMSL C# Numerical Library

NotCDFException Constructor (Double, Double)

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

public NotCDFException(
   double lowerBound,
   double upperBound
);

Parameters

lowerBound
A double containing the lower bound to be displayed in message.
upperBound
A double containing the upper bound to be displayed in message.

See Also

NotCDFException Class | Imsl.Stat Namespace | NotCDFException Constructor Overload List