Difference between revisions of "FitExp Command"

From GeoGebra Manual
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}[[Category:Manual (official)|{{PAGENAME}}]]</noinclude>
 
{{command|statistics}}
 
{{command|statistics}}
;FitExp[List of Points]
+
;FitExp[ <List of Points> ]
 
:Calculates the exponential regression curve.
 
:Calculates the exponential regression curve.
 
:{{example| 1=<div><code><nowiki>FitExp[{(0, 1), (2, 4)}]</nowiki></code> gives ''ℯ<sup>0.69x</sup>''.</div>}}
 
:{{example| 1=<div><code><nowiki>FitExp[{(0, 1), (2, 4)}]</nowiki></code> gives ''ℯ<sup>0.69x</sup>''.</div>}}
Line 9: Line 9:
 
</div>}}
 
</div>}}
 
==CAS Syntax==
 
==CAS Syntax==
;FitExp[List of Points]
+
;FitExp[ <List of Points> ]
 
:Calculates the exponential regression curve.
 
:Calculates the exponential regression curve.
 
:{{example| 1=<div><code><nowiki>FitExp[{(0, 1), (2, 4)}]</nowiki></code> gives ''ℯ<sup>0.69x</sup>''.</div>}}
 
:{{example| 1=<div><code><nowiki>FitExp[{(0, 1), (2, 4)}]</nowiki></code> gives ''ℯ<sup>0.69x</sup>''.</div>}}

Revision as of 13:08, 5 August 2011


FitExp[ <List of Points> ]
Calculates the exponential regression curve.
Example:
FitExp[{(0, 1), (2, 4)}] gives 0.69x.
Note:

CAS Syntax

FitExp[ <List of Points> ]
Calculates the exponential regression curve.
Example:
FitExp[{(0, 1), (2, 4)}] gives 0.69x.
Note:
© 2024 International GeoGebra Institute