Click or drag to resize
NotCDFException Constructor (Double, Double, Double)
The function is not a Cumulative Distribution Function (CDF).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public NotCDFException(
	double x1,
	double x2,
	double f1
)

Parameters

x1
Type: SystemDouble
is the first point
x2
Type: SystemDouble
is the second point
f1
Type: SystemDouble
is the common value for F(x1) and F(x2)
Remarks
The CDF function is not monotone, F(x1) = F(x2). No unique inverse exists.
See Also