Dew Math for .NET
|
Gamma distribution point percent function (PPF).
Parameters |
Description |
double p |
Probability, real positive value on closed interval [0,1]. |
double a |
Defines distribution scale parameter. a must be a positive scalar. |
double b |
Defines distribution shape parameter. b must be a positive scalar. |
the Gamma distribution point percent function (PPF) for probability y using the parameters a and b. Both parameters a and b must be positive, otherwise the result is NAN.
The inverse gamma cumulative distribution function is defined by the following equation:
where Gamma denotes the Math387.Gamma function.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|