Linear Regression and Model StatisticsLesson #2Linear Regression MethodCopyright 2010 DeepThought, Inc.1
Linear Regression and Model StatisticsMethod IntroductionOne of the simpler methods to use for forecasting
Estimates a line through the data
Uses the estimated line equation to forecast future values.
Method format:
Y = a + b × tCopyright 2010 DeepThought, Inc.2
Linear Regression and Model StatisticsModel CharacteristicsMethod characteristics
Fits a line to the data
Estimating a line which minimizes the errors between actual data points and model estimates
When to use method
Estimate trend
Estimate trend magnitude
When not to use
Estimate anything beyond a simple linear relationship Copyright 2010 DeepThought, Inc.3
Linear Regression and Model StatisticsForecasting StepsSet an objectiveBuild modelEvaluate modelUse modelCopyright 2010 DeepThought, Inc.4
Linear Regression and Model StatisticsObjective SettingSimpler is better
Linear regression allows to test whether a line fitted to the data works as a model. Objectives should take that principal under consideration
Example objectives for M2 Money Stock (see next slide):
Test if M2 has a linear trend over time
If M2 exhibits a statistically significant trend, review and interpret results
If model looks good, create a forecast based off modelCopyright 2010 DeepThought, Inc.5
Linear Regression and Model StatisticsExample: M2 Money StockCopyright 2010 DeepThought, Inc.6
Linear Regression and Model StatisticsMethod SelectionObserve time series qualities: trend, seasonality, cyclicality, and randomness

ForecastIT 2. Linear Regression & Model Statistics