FitLogistic Command

FitLogistic( <List of Points> )

Calculates the regression curve in the form \(\frac{a}{1+b e^{-kx}}\).

FitLogistic({(-6, 2), (0, 2), (3, 4), (3.4, 8)}) yields \( \frac{1.98}{1 - 0.03 e^{1x}}\).