Simple Linear Regression: y = b0 + b1 * x1


To find the best fitting line, one needs to find the line which minimize sum( (y - y^)2 )

Simple Linear Regression: y = b0 + b1 * x1
本文标题:2. Simple Linear Regression
本文链接:https://www.haomeiwen.com/subject/rtlabctx.html
网友评论