Learn Before
Concept

Cubic regression

A special type of polynomial regression where the XX, X2X^2, and X3X^3 are used as predictors (independent variables). yi=β0+β1xi+β2xi2+β3xi3+ϵiy_i = \beta_0 + \beta_1 x_i + \beta_2 x_i^2 + \beta_3 x_i ^3 + \epsilon_i

1

3

Updated 2020-04-05

Tags

Data Science