Linear regression


Linear regression is a kind of parameter estimation that deals with predicting parameters for the linear relation Y=mX+qY=mX+q. Linear regression methods take XX and YY as an input and provide estimators for mm and qq.

In the context of general linear models, linear regression predicts the parameters θ\boldsymbol{\theta} of a linear model f(x;θ)=θ1ϕ1(x)++θMϕM(x)f(x;\boldsymbol{\theta})=\theta_{1}\phi_{1}(x)+\ldots+\theta_{M}\phi_{M}(x) with MM parameters and basis functions ϕ1(x),,ϕM(x)\phi_{1}(x),\ldots,\phi_{M}(x).