Nonlinear VS Linear Regression
Nonlinear VS Linear Regression
The goal of the model is to make the sum of the squares as small as
possible. The sum of squares is a measure that tracks how far the Y
observations vary from the nonlinear (curved) function that is used to
predict Y.
KEY TAKEAWAYS
Often, regression models that appear nonlinear upon first glance are
actually linear. The curve estimation procedure can be used to identify the
nature of the functional relationships at play in your data, so you can
choose the correct regression model, whether linear or nonlinear. Linear
regression models, while they typically form a straight line, can also form
curves, depending on the form of the linear regression equation. Likewise,
it’s possible to use algebra to transform a nonlinear equation so that it
mimics a linear equation—such a nonlinear equation is referred to as
“intrinsically linear.”