Last active
September 4, 2020 23:56
-
-
Save giljr/ea6b255598c2c5dbd35d006913cd8c2f to your computer and use it in GitHub Desktop.
Linear_regression_01.csv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index (x) | Dataset (y) | Error | Square Error (SE) | |
---|---|---|---|---|
1 | 34 | -5 | 25 | |
2 | 35 | -1 | 1 | |
3 | 39 | 2 | 4 | |
4 | 42 | 3 | 9 | |
5 | 43 | 7 | 49 | |
6 | 47 | 0 | 0 | |
Average | 40 | 88 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment