DiscreteDistribution.InverseDistributionFunction Method

Returns the inverse of the distribution function.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual int InverseDistributionFunction(
	double probability
)

Parameters

probability  Double
A real number between 0 and 1.

Return Value

Int32
The value corresponding to a value of probability for the distribution function.

Exceptions

ArgumentOutOfRangeExceptionprobability is less than zero or greater than 1.

See Also