SpecialFunctionsDiGamma Method |
Computes the Digamma function which is mathematically defined as the derivative of the logarithm of the gamma function.
This implementation is based on
Jose Bernardo
Algorithm AS 103:
Psi ( Digamma ) Function,
Applied Statistics,
Volume 25, Number 3, 1976, pages 315-317.
Using the modifications as in Tom Minka's lightspeed toolbox.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double DiGamma(
double x
)
Parameters
- x Double
- The argument of the digamma function.
Return Value
DoubleThe value of the DiGamma function at
x.
See Also