|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.numericalmethod.suanshu.analysis.function.rn2r1.BivariateRealFunction
com.numericalmethod.suanshu.analysis.function.special.GammaRegularizedP
public class GammaRegularizedP
This class represents the Regularized Incomplete Gamma P function P(s, x).
γ(s,x)
P(s, x) = ----------- = 1 - Q(s, x)
Γ(s)
s ≥ 0, x ≥ 0
The R equivalent function is pgamma. E.g.,
pgamma(x, s, lower=TRUE).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.analysis.function.Function |
|---|
Function.EvaluationException |
| Constructor Summary | |
|---|---|
GammaRegularizedP()
|
|
| Method Summary | |
|---|---|
double |
evaluate(double s,
double x)
Evaluate P(s, x). |
| Methods inherited from class com.numericalmethod.suanshu.analysis.function.rn2r1.BivariateRealFunction |
|---|
dimension4Domain, dimension4Range, evaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GammaRegularizedP()
| Method Detail |
|---|
public double evaluate(double s,
double x)
P(s, x).
evaluate in class BivariateRealFunctions - s ≥ 0x - x ≥ 0
P(s, x)
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||