Relation

GAM for Regression Problems

Given the multiple linear regression model: yi=β0+β1xi1+β2xi2+β3xi3++βpxip+ϵiy_i = \beta_0 + \beta_1 x_{i1} + \beta_2 x_{i2} + \beta_3 x_{i3} + \cdots + \beta_p x_{ip} + \epsilon_i A natural way to extend the multiple linear regression model is to replace each linear component βjxij\beta_j x_{ij} with a (smooth) nonlinear function fj(xij)f_j(x_{ij}). We would then write the model as: yi=β0+j=1pfj(xij)+ϵiy_i = \beta_0 + \sum_{j=1}^p f_j(x_{ij}) + \epsilon_i

0

4

Updated 2020-04-10

Tags

Data Science