Learn Before
Concept

GAMs in Regression Problems

For Generalized Additive Models (GAMs) in regression problems, to depict a non-linear relationship between predictors and their response, we start with the multiple linear regression model yi=β0+β1xi1+β2xi2++βpxip+ϵiy_i = \beta_0 + \beta_1x_{i1} + \beta_2x_{i2} + \dots + \beta_px_{ip} + \epsilon_i. We then replace each linear component (βjxij\beta_jx_{ij}) with a non-linear function fj(xij)f_j(x_{ij}) so that the model becomes yi=β0+f1(xi1)+f2(xi2)++fp(xip)+ϵiy_i = \beta_0 + f_1(x_{i1}) + f_2(x_{i2}) + \dots + f_p(x_{ip}) + \epsilon_i. A separate non-linear function fjf_j is applied to every predictor variable, and these are then added together. This is why it is considered an additive model.

0

2

Updated 2026-06-15

Tags

Data Science