public class IncompleteGammaFunction extends Object implements Function<Double,Double>
This class is a wrapper for the Commons Math library implementation of the incomplete gamma function link
| Constructor and Description |
|---|
IncompleteGammaFunction(double a)
Creates an instance.
|
IncompleteGammaFunction(double a,
int maxIter,
double eps)
Creates an instance.
|
public IncompleteGammaFunction(double a)
a - the valuepublic IncompleteGammaFunction(double a,
int maxIter,
double eps)
a - the valuemaxIter - the maximum iterationseps - the epsilonCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.