Elementary.Logistic Method

Returns the logistic function.

Definition

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

Parameters

x  Double
A real number.

Return Value

Double
The logistic function evaluated at x.

Remarks

The logistic function is the cumulative distribution funciton of the standard LogisticDistribution Its inverse is the Logit(Double) function.

See Also