SpecialFunctionsLogistic Method |
Computes the logistic function. see: http://en.wikipedia.org/wiki/Logistic
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Logistic(
double p
)
Parameters
- p Double
- The parameter for which to compute the logistic function.
Return Value
DoubleThe logistic function of
p.
See Also