Click or drag to resize

GeometricDistributionInverseCDF Method

Returns the inverse cumulative distribution function evaluated at 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 x for the cumulative distribution function corresponding to the given probability.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if p is less than zero or greater than one.
See Also