Statistics - Non-linear (effect|function|model)

Thomas Bayes

About

Non-linear effect

The truth is almost never linear but often the linearity assumption is good enough. (Linearity is an approximation)

When its not (increasing in complexity):

offer a lot of flexibility, without losing the ease and interpretability of linear models.

Product

In a linear model with two predictors, we will add another predictor: the interaction predictor which is:

  • the product of the (two) predictors
  • then a non-additive facts

We could then test for non-additive effects (ie to see if one predictor moderates the relationship between the other predictor and the outcome).

There might be an interaction or moderation effect between this predictors. If that is the case, then the interaction predictor would be a significant predictor of the outcome measure.





Discover More
Third Degree Polynomial
Data Mining - (Global) Polynomial Regression (Degree)

polynomials regression Although polynomials are easy to think of, splines are much better behaved and more local. With polynomial regression, you create new variables that are just transformations...
Linear Vs True Regression Function
Machine Learning - Linear (Regression|Model)

Linear regression is a regression method (ie mathematical technique for predicting numeric outcome) based on the resolution of linear equation. This is a classical statistical method dating back more...



Share this page:
Follow us:
Task Runner