FitGrowth Command

From GeoGebra Manual
Revision as of 16:50, 20 November 2023 by Murkle (talk | contribs) (* You can do a direct least-squares fitting with <code>Fit(list, a*b^x)</code>)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


FitGrowth( <List of Points> )
Calculates a function of the form a b ^ x to the points in the list. (Very similar to FitExp[ <List of Points> ], just in a slightly different form).
Example: FitGrowth({(0, 1), (2, 3), (4, 3), (6, 4)}) yields 1.31 \cdot 1.23x.


Note:
© 2024 International GeoGebra Institute