FitPow Command

From GeoGebra Manual
Revision as of 17:15, 7 October 2017 by Zbynek (talk | contribs) (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
Jump to: navigation, search


FitPow( <List of Points> )
Calculates the regression curve in the form a xb.
Example:
FitPow[{(1, 1), (3, 2), (7, 4)}] creates the regression curve f(x) = 0.97 x0.71.


CAS Syntax

FitPow( <List of Points> )
Calculates the regression curve in the form a xb.
Example:
FitPow[{(1, 1), (3, 2), (7, 4)}] yields 0.97 x0.71.


Note:
© 2024 International GeoGebra Institute