FitLog Command
- FitLog( <List of Points> )
-
Calculates the logarithmic regression curve.
FitLog({(ℯ, 1), (ℯ^2, 4)})
yields -2 + 3 ln(x).
CAS Syntax
- FitLog( <List of Points> )
-
Calculates the logarithmic regression curve.
FitLog({(ℯ, 1), (ℯ^2, 4)})
yields 3 ln(x) - 2.
|