Click or drag to resize

ProbabilityDistributionInverseCDF Method

Computes the inverse of the cumulative distribution function at a given probability.

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

Parameters

p  Double
A probability.

Return Value

Double
The value x such that CDF(x) = p.
See Also