FitExp Command

From GeoGebra Manual
Revision as of 16:49, 20 November 2023 by Murkle (talk | contribs) (* You can do a direct least-squares fitting with <code>Fit(list, a*exp(b*x))</code>)
Jump to: navigation, search


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