Previous Topic   Next Topic   Contents   Index

Forecast Formulae

All PowerPlay forecasting methods use univariate techniques, which means that each category, whether a row, a column, or a summary row or column, is treated as a separate time series.

For clarification of the Forecast function and the legal explanation of its terms of use, see Create a Forecast.


Trend Forecast Formula

The formula for Trend forecasting is:

where y is the dependent variable (for example, revenue); t is the independent time variable and

and

The coefficient of determination, a measure of how closely the trend line corresponds to your historic data, is defined by the following equation:

where

and


Growth Forecast Formula

The formula for Growth forecasting is:

where b is the intercept and a is the constant growth rate.

PowerPlay uses a logarithmic transformed regression model to solve this equation.


Autoregression Forecast Formula

The formula for Autoregression forecasting is:

where

and

PowerPlay uses Burg’s algorithm and a data window (M) equal to half the number of data points to solve these equations.


Previous Topic   Next Topic   Contents   Index