Difference between revisions of "FitPow Command"

From GeoGebra Manual
Jump to: navigation, search
m
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>
 
{{command|cas=true|statistics}}
 
{{command|cas=true|statistics}}
 
;FitPow[ <List of Points> ]
 
;FitPow[ <List of Points> ]
 
:Calculates the regression curve in the form ''a x^b''.
 
: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 ''f(x) = 0.97 x^{0.71}''.</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 9: Line 9:
 
;FitPow[ <List of Points> ]
 
;FitPow[ <List of Points> ]
 
:Calculates the regression curve in the form ''a x^b''.
 
: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 ''0.97 x^{0.71}''.</div>}}
+
:{{example|1=<div><code><nowiki>FitPow[{(1, 1), (3, 2), (7, 4)}]</nowiki></code> yields ''0.97 x<sup>{0.71}</sup>''.</div>}}
  
 
{{note| 1=<div>
 
{{note| 1=<div>

Revision as of 13:03, 23 July 2015



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