Skip navigation links
D E G I L O P Q R T V 

D

Digamma - Class in org.apache.commons.numbers.gamma
Digamma() - Constructor for class org.apache.commons.numbers.gamma.Digamma
 

E

Erf - Class in org.apache.commons.numbers.gamma
Erf() - Constructor for class org.apache.commons.numbers.gamma.Erf
 
Erfc - Class in org.apache.commons.numbers.gamma
Erfc() - Constructor for class org.apache.commons.numbers.gamma.Erfc
 
ErfDifference - Class in org.apache.commons.numbers.gamma
Computes the difference between error function values.
ErfDifference() - Constructor for class org.apache.commons.numbers.gamma.ErfDifference
 

G

g() - Static method in class org.apache.commons.numbers.gamma.LanczosApproximation
 
Gamma - Class in org.apache.commons.numbers.gamma
Gamma() - Constructor for class org.apache.commons.numbers.gamma.Gamma
 

I

InverseErf - Class in org.apache.commons.numbers.gamma
Inverse of the error function.
InverseErf() - Constructor for class org.apache.commons.numbers.gamma.InverseErf
 
InverseErfc - Class in org.apache.commons.numbers.gamma
InverseErfc() - Constructor for class org.apache.commons.numbers.gamma.InverseErfc
 

L

LanczosApproximation - Class in org.apache.commons.numbers.gamma
Lanczos approximation to the Gamma function.
LanczosApproximation() - Constructor for class org.apache.commons.numbers.gamma.LanczosApproximation
 
LogBeta - Class in org.apache.commons.numbers.gamma
Computes \( log_e \Beta(p, q) \).
LogBeta() - Constructor for class org.apache.commons.numbers.gamma.LogBeta
 
LogGamma - Class in org.apache.commons.numbers.gamma
Function \( \ln \Gamma(x) \).
LogGamma() - Constructor for class org.apache.commons.numbers.gamma.LogGamma
 

O

org.apache.commons.numbers.gamma - package org.apache.commons.numbers.gamma
Γ (Gamma) and Β (Beta) family of functions.

P

P() - Constructor for class org.apache.commons.numbers.gamma.RegularizedGamma.P
 

Q

Q() - Constructor for class org.apache.commons.numbers.gamma.RegularizedGamma.Q
 

R

RegularizedBeta - Class in org.apache.commons.numbers.gamma
RegularizedBeta() - Constructor for class org.apache.commons.numbers.gamma.RegularizedBeta
 
RegularizedGamma - Class in org.apache.commons.numbers.gamma
RegularizedGamma() - Constructor for class org.apache.commons.numbers.gamma.RegularizedGamma
 
RegularizedGamma.P - Class in org.apache.commons.numbers.gamma
RegularizedGamma.Q - Class in org.apache.commons.numbers.gamma
Creates the \( Q(a, x) \equiv 1 - P(a, x) \) regularized Gamma function.

T

Trigamma - Class in org.apache.commons.numbers.gamma
Trigamma() - Constructor for class org.apache.commons.numbers.gamma.Trigamma
 

V

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
This implementation computes erf(x) using the regularized gamma function, following Erf, equation (3)
value(double) - Static method in class org.apache.commons.numbers.gamma.Erfc
This implementation computes erfc(x) using the regularized gamma function, following Erf, equation (3).
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) - 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 ≤ x ≤ 1 and p, q > 0.
value(double) - Static method in class org.apache.commons.numbers.gamma.LogGamma
Computes the function \( \ln \Gamma(x) \) for x >= 0.
value(double, double, double) - Static method in class org.apache.commons.numbers.gamma.RegularizedBeta
Computes the value of the regularized beta function I(x, a, b).
value(double, double, double, double, int) - Static method in class org.apache.commons.numbers.gamma.RegularizedBeta
Computes the value of the regularized beta function I(x, a, b).
value(double, double) - Static method in class org.apache.commons.numbers.gamma.RegularizedGamma.P
Computes the regularized gamma function \( P(a, x) \).
value(double, double, double, int) - Static method in class org.apache.commons.numbers.gamma.RegularizedGamma.P
Computes the regularized gamma function \( P(a, x) \).
value(double, double) - Static method in class org.apache.commons.numbers.gamma.RegularizedGamma.Q
Computes the regularized gamma function \( Q(a, x) = 1 - P(a, x) \).
value(double, double, double, int) - Static method in class org.apache.commons.numbers.gamma.RegularizedGamma.Q
Computes the regularized gamma function \( Q(a, x) = 1 - P(a, x) \).
value(double) - Static method in class org.apache.commons.numbers.gamma.Trigamma
Computes the trigamma function.
D E G I L O P Q R T V 
Skip navigation links

Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.