Difference between revisions of "FitExp Command"

From GeoGebra Manual
Jump to: navigation, search
m
m (removed CAS syntax)
Line 4: Line 4:
 
:{{example| 1=<div><code><nowiki>FitExp[{(0, 1), (2, 4)}]</nowiki></code> yields ''ℯ<sup>0.69x</sup>''.</div>}}
 
:{{example| 1=<div><code><nowiki>FitExp[{(0, 1), (2, 4)}]</nowiki></code> yields ''ℯ<sup>0.69x</sup>''.</div>}}
  
==CAS Syntax==
 
;FitExp[ &lt;List of Points> ]
 
:Calculates the exponential regression curve.
 
:{{example| 1=<div><code><nowiki>FitExp[{(0, 1), (2, 4)}]</nowiki></code> yields ''ℯ<sup>0.69x</sup>''.</div>}}
 
 
{{note| 1=<div>
 
{{note| 1=<div>
 
*If you want the answer in the form <math> a b ^ x </math> then use the  [[FitGrowth Command]].
 
*If you want the answer in the form <math> a b ^ x </math> then use the  [[FitGrowth Command]].

Revision as of 11:13, 27 August 2015


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


Note:
© 2024 International GeoGebra Institute