User Tools

Site Tools


regression_analysis

Regression Analysis

The word regression implies that the data points were originally lined up neatly. As time progressed, they drifted off of the line in a random chaotic way. Now we want to regress the points back onto the line.

Knowing the equation of the line gives us a mathematical model we can use for understanding the data and making predictions about data points to be discovered in the future.

Data Fitting

Data fitting is the process of finding the line that most closely fits the data.

Terminology:

  • If we try to fit the data to a straight line we call it line fitting and when successful we say we have a linear model.
  • If the data fits a curve, we call it curve fitting and we say it is a non-linear model.
  • If we want to confuse ourselves further, we refer to the curve as a curved line and we say we have a curvilinear model. Language Alert!

Types of Regression Analysis

We have different types of regression analysis depending on the type of model.

But sometimes we can use use linear regression for a curve.

There are also some specialty techniques for uniquely shaped data.

Algorithms

All regression techniques make use of the idea of Least Squares.

Notes

If at first the data points do not appear to fit any line, it is sometimes possible to transform the data points mathematically until they do fall into a line or curve.

regression_analysis.txt · Last modified: 2021/01/28 05:46 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki