FitLineX Command

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


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: See also Mode fitline.svg Best Fit Line tool and FitLine Command.
© 2024 International GeoGebra Institute