Difference between revisions of "FitExp Command"

From GeoGebra Manual
Jump to: navigation, search
m (removed CAS syntax)
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|statistics}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|statistics}}
;FitExp[ &lt;List of Points> ]
+
;FitExp( &lt;List of Points> )
 
:Calculates the exponential regression curve in the form ''aℯ<sup>bx</sup>''.
 
:Calculates the exponential regression curve in the form ''aℯ<sup>bx</sup>''.
 
:{{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>}}

Revision as of 17:16, 7 October 2017


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