Difference between revisions of "FitGrowth Command"

From GeoGebra Manual
Jump to: navigation, search
(command syntax: changed [ ] into ( ))
(* If you work with big/small numbers, you should consider normalizing them for a more accurate result, see Normalize Command.)
Line 4: Line 4:
 
:{{example|1=<code><nowiki>FitGrowth({(0, 1), (2, 3), (4, 3), (6, 4)})</nowiki></code> yields ''1.31'' <math> \cdot </math> ''1.23<sup>x</sup>''.}}
 
:{{example|1=<code><nowiki>FitGrowth({(0, 1), (2, 3), (4, 3), (6, 4)})</nowiki></code> yields ''1.31'' <math> \cdot </math> ''1.23<sup>x</sup>''.}}
  
{{note|1=See also the commands [[Fit Command|Fit]], [[FitExp Command|FitExp]], [[FitLine Command|FitLine]], [[FitLineX Command|FitLineX]], [[FitLog Command|FitLog]], [[FitLogistic Command|FitLogistic]], [[FitPoly Command|FitPoly]], [[FitPow Command|FitPow]] and [[FitSin Command|FitSin]].}}
+
{{note| 1=<div>
 +
*See also [[Fit Command|Fit]], [[FitExp Command|FitExp]], [[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>}}

Revision as of 12:43, 4 February 2019


FitGrowth( <List of Points> )
Calculates a function of the form a b ^ x to the points in the list. (Just like FitExp[ <List of Points> ], for users who do not know the meaning of exponential growth).
Example: FitGrowth({(0, 1), (2, 3), (4, 3), (6, 4)}) yields 1.31 \cdot 1.23x.


Note:
© 2024 International GeoGebra Institute