Special.Inverse Digamma Method
Returns the positive inverse of the Digamma function
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
A number greater than zero where the Digamma(Double) function is equal to x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public static double InverseDigamma(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleA number greater than zero where the Digamma(Double) function is equal to x.