FitExp Command
- FitExp( <List of Points> )
-
Calculates the exponential regression curve in the form aℯbx.
FitExp({(0, 1), (2, 3), (4, 3), (6, 4)})
yields 1.31ℯ0.21x.
|
Calculates the exponential regression curve in the form aℯbx.
FitExp({(0, 1), (2, 3), (4, 3), (6, 4)})
yields 1.31ℯ0.21x.
|