Linear Regression

Khan Academy

Regression line example

Describing relationships in quantitative data

Statistics and probability

Math

Simple Linear Regression

y = b0 + b1 * x1

y (Dependent variable [DV]) = b0 (Constant) + b1 (Coefficient) * x1 (Independent variable [IV])

Salary = b0 + b1 * Experience

SUM (yi – yi^)2 -> min

Multiple Linear Regression

y = b0 + b1 * x1 + b2 * x2 + … + bn * xn

y (DV) = b0 + b1 * x1 (IV) + b2 * x2 (IV) + … + bn * xn (IV)

Polynomial Regression

y = b0 + b1 * x1 + b2 * x12 + … + bn * x1n

Linear Regression

Wikipedia
https://en.wikipedia.org/wiki/Linear_regression

https://onlinecourses.science.psu.edu/stat501/node/250

http://onlinestatbook.com/2/regression/intro.html

http://www.stat.yale.edu/Courses/1997-98/101/linreg.htm

https://www.udemy.com/data-science-linear-regression-in-python/

線形回帰

Wikipedia
https://ja.wikipedia.org/wiki/線形回帰

http://qiita.com/ynakayama/items/5732f0631c860d4b5d8b

http://blogs.teradata.com/international/ja/hhg9/

http://gihyo.jp/dev/serial/01/machine-learning/0008

ページトップへ