Click or drag to resize
ICdfFunctionCdfFunction Method
User-supplied cumulative distribution function to be used by InverseCdf.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
double CdfFunction(
	double p
)

Parameters

p
Type: SystemDouble
A double scalar value representing the point at which the inverse CDF is desired.

Return Value

Type: Double
A double scalar value representing the probability that a random variable for this CDF takes a value less than or equal to this value is p.
See Also