Difference between revisions of "FitLog Command"

From GeoGebra Manual
Jump to: navigation, search
(command syntax: changed [ ] into ( ))
(* If you work with big/small numbers, you should consider normalizing them for a more accurate result, see Normalize Command.)
 
Line 10: Line 10:
 
*Euler's number ℯ can be obtained by pressing {{KeyCode|ALT + e}}.
 
*Euler's number ℯ can be obtained by pressing {{KeyCode|ALT + e}}.
 
*See also [[FitExp Command]], [[FitPoly Command]], [[FitPow Command]] and [[FitSin Command]].
 
*See also [[FitExp Command]], [[FitPoly Command]], [[FitPow Command]] and [[FitSin Command]].
 +
* If you work with big/small numbers, you should consider normalizing them for a more accurate result, see  [[Normalize Command]].
 
</div>}}
 
</div>}}

Latest revision as of 12:41, 4 February 2019


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

CAS Syntax

FitLog( <List of Points> )
Calculates the logarithmic regression curve.
Example: FitLog({(ℯ, 1), (ℯ^2, 4)}) yields 3 ln(x) - 2.
Note:
© 2024 International GeoGebra Institute