FitLogistic Command
- FitLogistic( <List of Points> )
-
Calculates the regression curve in the form a1+be−kx.
FitLogistic({(-6, 2), (0, 2), (3, 4), (3.4, 8)})
yields 1.981−0.03e1x.
|
Calculates the regression curve in the form a1+be−kx.
FitLogistic({(-6, 2), (0, 2), (3, 4), (3.4, 8)})
yields 1.981−0.03e1x.
|