Click or drag to resize

BetaDistributionInverseCDF Method

Returns the inverse cumulative density function evaluated a the given value.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double InverseCDF(
	double p
)

Parameters

p  Double
A probability between 0 and 1.

Return Value

Double
The value x such that the cumulative density function evaluated at x yields p.
Remarks
If p is greater than 1 or less than zero, Double.NaN (Not a Number) is returned.
See Also