Logistic (Sigmoid) Functions
generic x0 L k x
float
Computes the logistic function value for x where x0 is the x-Value of the sigmoid midpoint, L is the curves maximum value and k is the steepness of the curve
standard x
Computes the standard logistic function value for xwhere L=1, k=1, x0=0. It is sometimes simply called the sigmoid