Difference between revisions of "FitPow Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 2: Line 2:
 
{{command|cas=true|statistics}}
 
{{command|cas=true|statistics}}
 
;FitPow[ <List of Points> ]
 
;FitPow[ <List of Points> ]
:Calculates the regression curve in the form <math>a x^b</math>.
+
:Calculates the regression curve in the form ''a x^b''.
:{{example|1=<div><code><nowiki>FitPow[{(1, 1), (3, 2), (7, 4)}]</nowiki></code> creates the regression curve <math>0.97 x^{0.71}</math>.</div>}}
+
:{{example|1=<div><code><nowiki>FitPow[{(1, 1), (3, 2), (7, 4)}]</nowiki></code> creates the regression curve ''f(x) = 0.97 x^{0.71}''.</div>}}
{{note| 1=<div>
+
 
*All points used need to be in the first quadrant of the coordinate system.
+
 
*See also [[FitExp Command]], [[FitLog Command]], [[FitPoly Command]], and [[FitSin Command]].
 
</div>}}
 
 
==CAS Syntax==
 
==CAS Syntax==
 
;FitPow[ <List of Points> ]
 
;FitPow[ <List of Points> ]
:Calculates the regression curve in the form <math>a x^b</math>.
+
:Calculates the regression curve in the form ''a x^b''.
:{{example|1=<div><code><nowiki>FitPow[{(1, 1), (3, 2), (7, 4)}]</nowiki></code> yields <math>0.97 x^{0.71}</math>.</div>}}
+
:{{example|1=<div><code><nowiki>FitPow[{(1, 1), (3, 2), (7, 4)}]</nowiki></code> yields ''0.97 x^{0.71}''.</div>}}
 +
 
 
{{note| 1=<div>
 
{{note| 1=<div>
 
*All points used need to be in the first quadrant of the coordinate system.
 
*All points used need to be in the first quadrant of the coordinate system.
 
*See also [[FitExp Command]], [[FitLog Command]], [[FitPoly Command]], and [[FitSin Command]].
 
*See also [[FitExp Command]], [[FitLog Command]], [[FitPoly Command]], and [[FitSin Command]].
 
</div>}}
 
</div>}}

Revision as of 07:57, 27 August 2013



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


CAS Syntax

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


Note:
© 2024 International GeoGebra Institute