Linear Regression (Part — II) — Pal — GL

Pradeep Ankem
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:

  1. Impact of SAT Score (or GPA) on College Admissions
  2. Impact of product price on number of sales
  3. Impact of rainfall amount on number fruits yielded
  4. Impact of blood alcohol content on coordination
[[10 8] [40 37] [30 25] [40 38] [20 14]]10,8
20,14
30,25
40,37
Apply linear regression
predict for the value, x = 50

--

--

Pradeep Ankem
Pradeep Ankem

Written by Pradeep Ankem

In Parallel Universe, I would have been a Zen Monk.

No responses yet