Click or drag to resize

SpecialFunctionsDiGammaInv Method

Computes the inverse Digamma function: this is the inverse of the logarithm of the gamma function. This function will only return solutions that are positive.

This implementation is based on the bisection method.


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double DiGammaInv(
	double p
)

Parameters

p  Double
The argument of the inverse digamma function.

Return Value

Double
The positive solution to the inverse DiGamma function at p.
See Also