Linear Regression (Part — II) — Pal — GL
1 min readJul 19, 2019
NOTE: how to import data in json/xml — Try it in Wolfram Language/Book example in Stats/Show demo in netlogo (link)/ Java script examples (link)/ Francis Galton Example on Regression towards Mean/Trinket Sample (link)/How does it works in R (link)/ bonus link
Real World Examples:
- Impact of SAT Score (or GPA) on College Admissions
- Impact of product price on number of sales
- Impact of rainfall amount on number fruits yielded
- Impact of blood alcohol content on coordination
[[10 8] [40 37] [30 25] [40 38] [20 14]]10,8
20,14
30,25
40,37Apply linear regression
predict for the value, x = 50