Difference between revisions of "FitExp Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 2: Line 2:
 
{{command|cas=true|statistics}}
 
{{command|cas=true|statistics}}
 
;FitExp[ <List of Points> ]
 
;FitExp[ <List of Points> ]
:Calculates the exponential regression curve in the form <math> e ^ { a x } </math>
+
:Calculates the exponential regression curve in the form <math> a e ^ { b x } </math>
 
:{{example| 1=<div><code><nowiki>FitExp[{(0, 1), (2, 4)}]</nowiki></code> yields <math>e^{0.69 x}</math>.</div>}}
 
:{{example| 1=<div><code><nowiki>FitExp[{(0, 1), (2, 4)}]</nowiki></code> yields <math>e^{0.69 x}</math>.</div>}}
 
{{note| 1=<div>
 
{{note| 1=<div>

Revision as of 16:35, 24 April 2013



FitExp[ <List of Points> ]
Calculates the exponential regression curve in the form a e ^ { b x }
Example:
FitExp[{(0, 1), (2, 4)}] yields e^{0.69 x}.
Note:

CAS Syntax

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