Elementary.Logit Method

Returns the logit function.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
C#
public static double Logit(
	double x
)

Parameters

x  Double
A real number.

Return Value

Double
The 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.

See Also