Difference between revisions of "FitExp Command"

From GeoGebra Manual
Jump to: navigation, search
(* You can do a direct least-squares fitting with <code>Fit(list, a*exp(b*x))</code>)
(change example)
 
Line 2: Line 2:
 
;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=<code><nowiki>FitExp({(0, 1), (2, 4)})</nowiki></code> yields ''<sup>0.69x</sup>''.}}
+
:{{example| 1=<code><nowiki>FitExp({(0, 1), (2, 3), (4, 3), (6, 4)})</nowiki></code> yields ''1.31ℯ<sup>0.21x</sup>''.}}
  
 
{{note| 1=<div>
 
{{note| 1=<div>

Latest revision as of 23:26, 21 November 2023


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


Note:
© 2024 International GeoGebra Institute