Difference between revisions of "FitExp Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
(command syntax: changed [ ] into ( ))
Line 2: Line 2:
 
;FitExp( <List of Points> )
 
;FitExp( <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=<code><nowiki>FitExp({(0, 1), (2, 4)})</nowiki></code> yields ''ℯ<sup>0.69x</sup>''.}}
  
 
{{note| 1=<div>
 
{{note| 1=<div>

Revision as of 09:46, 12 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