NotCDFException Constructor (Double, Double, Double, Int32) |
The function is not a Cumulative Distribution Function (CDF).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public NotCDFException(
double lowerBound,
double upperBound,
double xx,
int i
)
Public Sub New (
lowerBound As Double,
upperBound As Double,
xx As Double,
i As Integer
)
public:
NotCDFException(
double lowerBound,
double upperBound,
double xx,
int i
)
new :
lowerBound : float *
upperBound : float *
xx : float *
i : int -> NotCDFException
Parameters
- lowerBound
- Type: SystemDouble
A double containing the lower bound for the CDF value.
- upperBound
- Type: SystemDouble
A double containing the upper bound for the CDF value.
- xx
- Type: SystemDouble
A double containing the value at a cutpoint. - i
- Type: SystemInt32
The index of the cutpoint that is out of range.
Remarks
The cdf function is not a cumulative distribution function because
its value at a cutpoint is out of the expected range, [plower,pupper].
See Also