public class LogGamma extends AbstractUnivariateRealFunction
| Modifier and Type | Class and Description |
|---|---|
static class |
LogGamma.Method
the available methods to compute \(\log (\Gamma(z))\)
|
Function.EvaluationException| Constructor and Description |
|---|
LogGamma()
Construct an instance of log-Gamma.
|
LogGamma(LogGamma.Method method,
Lanczos lanczos)
Construct an instance of log-Gamma.
|
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(double x)
Evaluate the log of the Gamma function in the positive real domain.
|
evaluatedimensionOfDomain, dimensionOfRangeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdimensionOfDomain, dimensionOfRangepublic LogGamma(LogGamma.Method method, Lanczos lanczos)
method - the Lanczos computation to uselanczos - the Lanczos approximation to usepublic LogGamma()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.