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