public class GammaRegularizedPInverse extends BivariateRealFunction
s > 1, we use the asymptotic inversion method.
s <= 1, we use an approximation of P(s,x) together with a higher-order Newton like method.
Halley
The R equivalent function is qgamma. E.g., qgamma(u, s, lower=TRUE).Function.EvaluationException| Constructor and Description |
|---|
GammaRegularizedPInverse() |
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(double s,
double u)
Evaluate x = P-1(s,u).
|
dimensionOfDomain, dimensionOfRange, evaluatepublic double evaluate(double s,
double u)
evaluate in class BivariateRealFunctions - s > 0u - 0 ≤ u ≤ 1