User-supplied cumulative distribution function to be used by InverseCdf.

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

Syntax

C#
double CdfFunction(
	double p
)
Visual Basic (Declaration)
Function CdfFunction ( _
	p As Double _
) As Double
Visual C++
double CdfFunction(
	double p
)

Parameters

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

Return Value

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