Difference between revisions of "FitLog Command"

From GeoGebra Manual
Jump to: navigation, search
m (1 revision)
m
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>
{{command|statistics}}
+
{{command|cas=true|statistics}}
; FitLog[List of Points]: Calculates the logarithmic regression curve.
+
;FitLog[ <List of Points> ]
 +
:Calculates the logarithmic regression curve.
 +
:{{example| 1=<div><code><nowiki>FitLog[{(ℯ, 1), (ℯ^2, 4)}]</nowiki></code> yields ''-2 + 3 ln(x)''.</div>}}
 +
==CAS Syntax==
 +
;FitLog[ <List of Points> ]
 +
:Calculates the logarithmic regression curve.
 +
:{{example| 1=<div><code><nowiki>FitLog[{(ℯ, 1), (ℯ^2, 4)}]</nowiki></code> yields ''3 ln(x) - 2''.</div>}}
 +
{{note| 1=<div>
 +
*Euler's number ℯ can be obtained by pressing {{KeyCode|ALT + e}}.
 +
*See also [[FitExp Command]], [[FitPoly Command]], [[FitPow Command]] and [[FitSin Command]].
 +
</div>}}

Revision as of 12:53, 23 July 2015



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