Difference between revisions of "FitLineX 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 )
(* If you work with big/small numbers, you should consider normalizing them for a more accurate result, see Normalize Command.)
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|statistics}}
{{command|statistics}}
+
; FitLineX( &lt;List of Points> )
; FitLineX[List of Points]: Calculates the ''x'' on ''y'' regression line of the points.
+
: Calculates the ''x'' on ''y'' regression line of the points.
{{Note| See also [[Image:Tool Fit Line.gif]] [[Best Fit Line Tool|Best Fit Line]] tool and [[FitLine Command]].}}
+
:{{example|1=<code><nowiki>FitLineX({(-1, 3), (2, 1), (3, 4), (5, 3), (6, 5)})</nowiki></code> yields ''1.1x - 0.1''.}}
 +
==CAS Syntax==
 +
; FitLineX( &lt;List of Points> )
 +
: Calculates the ''x'' on ''y'' regression line of the points.
 +
:{{example|1=<code><nowiki>FitLineX({(-1, 3), (2, 1), (3, 4), (5, 3), (6, 5)})</nowiki></code> yields ''1.1x - 0.1''.}}
 +
 
 +
{{note| 1=<div>
 +
*See also [[File:Mode fitline.svg|link=|24px]] [[Best Fit Line Tool|Best Fit Line]] tool and [[FitLine Command]]
 +
* If you work with big/small numbers, you should consider normalizing them for a more accurate result, see  [[Normalize Command]].
 +
</div>}}

Latest revision as of 11:46, 4 February 2019


FitLineX( <List of Points> )
Calculates the x on y regression line of the points.
Example: FitLineX({(-1, 3), (2, 1), (3, 4), (5, 3), (6, 5)}) yields 1.1x - 0.1.

CAS Syntax

FitLineX( <List of Points> )
Calculates the x on y regression line of the points.
Example: FitLineX({(-1, 3), (2, 1), (3, 4), (5, 3), (6, 5)}) yields 1.1x - 0.1.


Note:
© 2024 International GeoGebra Institute