|
A least-square line is a line that minimizes the distance between the data points it represents and the line itself. Manipulative 1 is an example of a least squares line fitted to data. |
|
In the equations, N is the number of points. x is the x-coordinate of a point. y is the y-coordinate of a point. All calculated amounts are approximate.
| Legend | x | y | x2 | xy |
|---|---|---|---|---|
| A | 0.3 | 1.8 | 0.09 | 0.54 |
| B | 0.8 | 2.2 | 0.64 | 1.76 |
| C | 1.9 | 2.6 | 3.61 | 4.94 |
| D | 2.2 | 2.1 | 4.84 | 4.62 |
| E | 3.3 | 2.9 | 10.89 | 9.57 |
| F | 3.9 | 2.5 | 15.21 | 9.75 |
| Sum | 12.4 | 14.1 | 35.28 | 31.18 |



| # | A | B | C | D |
| E | F | G | H | I |
| J | K | L | M | N |
| O | P | Q | R | S |
| T | U | V | W | X |
| Y | Z |
All Math Words Encyclopedia is a service of
Life is a Story Problem LLC.
Copyright © 2018 Life is a Story Problem LLC. All rights reserved.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License