- value(double, double) - Static method in class org.apache.commons.numbers.gamma.Beta
-
- value(double) - Static method in class org.apache.commons.numbers.gamma.Digamma
-
Computes the digamma function.
- value(double) - Static method in class org.apache.commons.numbers.gamma.Erf
-
Returns the error function.
- value(double) - Static method in class org.apache.commons.numbers.gamma.Erfc
-
Returns the complementary error function.
- value(double) - Static method in class org.apache.commons.numbers.gamma.Erfcx
-
Returns the scaled complementary error function.
- value(double, double) - Static method in class org.apache.commons.numbers.gamma.ErfDifference
-
The implementation uses either
Erf
or
Erfc
,
depending on which provides the most precise result.
- value(double) - Static method in class org.apache.commons.numbers.gamma.Gamma
-
Computes the value of \( \Gamma(x) \).
- value(double, double) - Static method in class org.apache.commons.numbers.gamma.GammaRatio
-
Computes the ratio of gamma functions of two values.
- value(double, double, double) - Static method in class org.apache.commons.numbers.gamma.IncompleteBeta
-
- value(double, double, double, double, int) - Static method in class org.apache.commons.numbers.gamma.IncompleteBeta
-
- value(double, double) - Static method in class org.apache.commons.numbers.gamma.IncompleteGamma.Lower
-
Computes the lower incomplete gamma function \( \gamma(a, x) \).
- value(double, double, double, int) - Static method in class org.apache.commons.numbers.gamma.IncompleteGamma.Lower
-
Computes the lower incomplete gamma function \( \gamma(a, x) \).
- value(double, double) - Static method in class org.apache.commons.numbers.gamma.IncompleteGamma.Upper
-
Computes the upper incomplete gamma function \( \Gamma(a, x) \).
- value(double, double, double, int) - Static method in class org.apache.commons.numbers.gamma.IncompleteGamma.Upper
-
Computes the upper incomplete gamma function \( \Gamma(a, x) \).
- value(double) - Static method in class org.apache.commons.numbers.gamma.InverseErf
-
Returns the inverse error function.
- value(double) - Static method in class org.apache.commons.numbers.gamma.InverseErfc
-
Returns the inverse complementary error function.
- value(double) - Static method in class org.apache.commons.numbers.gamma.LanczosApproximation
-
Computes the Lanczos approximation.
- value(double, double) - Static method in class org.apache.commons.numbers.gamma.LogBeta
-
Returns the value of \( \log B(p, q) \) for \( 0 \leq x \leq 1 \) and \( p, q > 0 \).
- value(double) - Static method in class org.apache.commons.numbers.gamma.LogGamma
-
Computes the function \( \ln \lvert \Gamma(x) \rvert \), the natural
logarithm of the absolute value of \( \Gamma(x) \).
- value(double, int[]) - Static method in class org.apache.commons.numbers.gamma.LogGamma
-
Computes the function \( \ln \lvert \Gamma(x) \rvert \), the natural
logarithm of the absolute value of \( \Gamma(x) \).
- value(double, double, double) - Static method in class org.apache.commons.numbers.gamma.RegularizedBeta
-
- value(double, double, double, double, int) - Static method in class org.apache.commons.numbers.gamma.RegularizedBeta
-
- value(double, double) - Static method in class org.apache.commons.numbers.gamma.RegularizedGamma.P
-
Computes the lower regularized gamma function \( P(a, x) \).
- value(double, double, double, int) - Static method in class org.apache.commons.numbers.gamma.RegularizedGamma.P
-
Computes the lower regularized gamma function \( P(a, x) \).
- value(double, double) - Static method in class org.apache.commons.numbers.gamma.RegularizedGamma.Q
-
Computes the upper regularized gamma function \( Q(a, x) \).
- value(double, double, double, int) - Static method in class org.apache.commons.numbers.gamma.RegularizedGamma.Q
-
Computes the upper regularized gamma function \( Q(a, x) \).
- value(double) - Static method in class org.apache.commons.numbers.gamma.Trigamma
-
Computes the trigamma function.