Elementary.Log Logistic Method
Returns the logarithm of the logistic function.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The logarithm of the logistic function evaluated at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static double LogLogistic(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe logarithm of the logistic function evaluated at x.