Case Study #2 Forecasting

Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
  • 27 Mar, 2021
  • 0 Comments
  • 1 Min Read

Case Study #2 Forecasting

Produce a time series plot of the data. From this graph, do you see a pattern? Can you see any seasonality in the data? You may have to perform time series plots by years.
Use exponential smoothing to fit the data. Select an appropriate constant  based on the variation you see in the data. Comment on the appropriateness of exponential smoothing on this data set. Plot the predictions from this model on the graph with the original data. How well does this technique fit the data? Make forecasts for each month in 2007.
Remember, for smoothing methods, you can only provide the forecast for the next period.
If you use ALL 10 years of data, that means you are providing a forecast for only Jan 2007.
I still need the forecast for the other 11 months. And you cannot do a forecast using these forecasts.
You will have to figure out how to use all 10 years of data to determine 12 individual, monthly forecasts .
Use regression to build a linear trend model. Comment on the goodness-of-fit of this model to the data (or how well does R2 explain the variance in the data?). Plot the predictions from this model on the graph with the original data.
Develop multiplicative seasonal indices for the linear trend model developed in question 3. Use these indices to adjust predictions from the linear trend model from question 3 above for seasonal effects. Plot the predictions from this model on the graph with the original data. How well does this technique fit the data? Make forecasts for the next 12 months of 2007 using this technique.
Which forecasting method of those that you tried do you have the most confidence for making accurate forecasts for 2007? Use MAPE (mean absolute percent error) as your criterion to justify your decision.

Leave a Reply

Your email address will not be published. Required fields are marked *