Equations for Forecasting Methods

The regression methods attempt to fit a line to the historical data. The following definitions provide the mathematical equations for defining the lines.

For all equations, y is the forecast value and x is the historical time series.

Linear Regression Method

A linear relationship (y=a*x+b) is fitted to the data.

Where a is the slope and b is the intercept.

Nonlinear Regression Methods

In the nonlinear regression methods, a linear relationship (y'=a*x'+b) is fitted to a transformation of the original data. Each method uses a different equation for the transformation.