Difference between revisions of "FitExp Command"

From GeoGebra Manual
Jump to: navigation, search
m (removed CAS syntax)
(2 intermediate revisions by 2 users not shown)
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=<code><nowiki>FitExp({(0, 1), (2, 4)})</nowiki></code> yields ''ℯ<sup>0.69x</sup>''.}}
  
 
{{note| 1=<div>
 
{{note| 1=<div>
Line 8: Line 8:
 
*Euler's number ℯ can be obtained by pressing {{KeyCode|ALT + e}}.
 
*Euler's number ℯ can be obtained by pressing {{KeyCode|ALT + e}}.
 
*See also [[Fit Command|Fit]], [[FitGrowth Command|FitGrowth]], [[FitLine Command|FitLine]], [[FitLineX Command|FitLineX]], [[FitLog Command|FitLog]], [[FitLogistic Command|FitLogistic]], [[FitPoly Command|FitPoly]], [[FitPow Command|FitPow]] and [[FitSin Command|FitSin]].
 
*See also [[Fit Command|Fit]], [[FitGrowth Command|FitGrowth]], [[FitLine Command|FitLine]], [[FitLineX Command|FitLineX]], [[FitLog Command|FitLog]], [[FitLogistic Command|FitLogistic]], [[FitPoly Command|FitPoly]], [[FitPow Command|FitPow]] and [[FitSin Command|FitSin]].
 +
* If you work with big/small numbers, you should consider normalizing them for a more accurate result, see  [[Normalize Command]].
 
</div>}}
 
</div>}}

Revision as of 12:43, 4 February 2019


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