Difference between revisions of "FitPow Command"

From GeoGebra Manual
Jump to: navigation, search
m
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|statistics}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|cas=true|statistics}}
;FitPow[ &lt;List of Points> ]
+
;FitPow( &lt;List of Points> )
 
:Calculates the regression curve in the form ''a x<sup>b</sup>''.
 
:Calculates the regression curve in the form ''a x<sup>b</sup>''.
 
:{{example|1=<div><code><nowiki>FitPow[{(1, 1), (3, 2), (7, 4)}]</nowiki></code> creates the regression curve ''f(x) = 0.97 x<sup>0.71</sup>''.</div>}}
 
:{{example|1=<div><code><nowiki>FitPow[{(1, 1), (3, 2), (7, 4)}]</nowiki></code> creates the regression curve ''f(x) = 0.97 x<sup>0.71</sup>''.</div>}}
Line 6: Line 6:
  
 
==CAS Syntax==
 
==CAS Syntax==
;FitPow[ &lt;List of Points> ]
+
;FitPow( &lt;List of Points> )
 
:Calculates the regression curve in the form ''a x<sup>b</sup>''.
 
:Calculates the regression curve in the form ''a x<sup>b</sup>''.
 
:{{example|1=<div><code><nowiki>FitPow[{(1, 1), (3, 2), (7, 4)}]</nowiki></code> yields ''0.97 x<sup>0.71</sup>''.</div>}}
 
:{{example|1=<div><code><nowiki>FitPow[{(1, 1), (3, 2), (7, 4)}]</nowiki></code> yields ''0.97 x<sup>0.71</sup>''.</div>}}

Revision as of 17:15, 7 October 2017


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