|
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.GammaLowerIncomplete
public class GammaLowerIncomplete
This computes an approximation to the Lower Incomplete Gamma function, γ(s, x).
The integrand has the same form as the Gamma function, but the upper limit of the integration is a variable. The lower limit is fixed.
x
/
γ(s, x)= | ts-1e-t dt = P(s, x) * Γ(s)
/
0
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.numericalmethod.suanshu.analysis.function.Function |
|---|
Function.EvaluationException |
| Constructor Summary | |
|---|---|
GammaLowerIncomplete()
|
|
| Method Summary | |
|---|---|
double |
evaluate(double s,
double x)
Evaluate γ(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 GammaLowerIncomplete()
| Method Detail |
|---|
public double evaluate(double s,
double x)
γ(s, x).
evaluate in class BivariateRealFunctions - s > 0x - x ≥ 0
γ(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 | |||||||