Click or drag to resize

SpecialFunctionsLogistic Method

Computes the logistic function. see: http://en.wikipedia.org/wiki/Logistic

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Logistic(
	double p
)

Parameters

p  Double
The parameter for which to compute the logistic function.

Return Value

Double
The logistic function of p.
See Also