Package org.apache.commons.numbers.gamma
Class RegularizedGamma
java.lang.Object
org.apache.commons.numbers.gamma.RegularizedGamma
public class RegularizedGamma
extends java.lang.Object
Regularized Gamma functions.
Class is immutable.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRegularizedGamma.P\( P(a, x) \) regularized Gamma function.static classRegularizedGamma.QCreates the \( Q(a, x) \equiv 1 - P(a, x) \) regularized Gamma function. -
Constructor Summary
Constructors Constructor Description RegularizedGamma() -
Method Summary
-
Constructor Details
-
RegularizedGamma
public RegularizedGamma()
-