Elementary.Logit Method
Returns the logit function.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
C#
The logit function evaluated at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
public static double Logit(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe logit function evaluated at x.
Remarks
The logit function is the quantile function or inverse cumulative distribution funciton of the standard LogisticDistribution It is the inverse of the Logistic(Double) function.