Discrete Distribution.Inverse Distribution Function 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#
The value corresponding to a value of probability for the distribution function.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual int InverseDistributionFunction(
double probability
)
Parameters
- probability Double
- A real number between 0 and 1.
Return Value
Int32The value corresponding to a value of probability for the distribution function.
Exceptions
ArgumentOutOfRangeException | probability is less than zero or greater than 1. |