How to Find the Time Series Using Holt-Winter's Forecasting Model

Time series are statistical models that display data and predict future values over a period of time. Researchers create time series models for many phenomena, including phenomena with clear seasonal changes, such as weather, company profit and acts of violence. One method of creating a time series is the Holt-Winter’s forecasting procedure, which bases its time series model off of a random walk model. You can therefore use this procedure to create a time series model, through creating a random walk model that replicates the phenomenon of interest.

Instructions

    • 1

      Find the mean for the random walk. Use past data of the phenomenon under investigation. Calculate or find the average value for the first year you wish to model. If you plan to only model future values, use the average value for the most recent year.

    • 2

      Choose the trend for the random walk. Decide on the magnitude of drift for the random walk that moves the values in a certain direction over time. If you believe, or if past data indicates that the value will go up, choose a trend parameter that is positive. You may estimate the magnitude of the trend by looking at the average change per unit time in the previous data.

    • 3

      Set the seasonal factors. You need to decide on four seasonal factors -- one for each season. These seasonal factors represent the average change in value per unit time during the seasons for which they are associated. Again, you can use past data to estimate these factors.

    • 4

      Run the random walk model. Use statistical software to run a random walk with the factors above. Essentially, you need to set up a random walk that begins from the mean value and moves trend * random component + seasonal factor * random component each step. Create a model that states Z(n) = Z(n-1) + t*e0 + s*e1, where Z(n) is the value at time “n,” “t” is the trend term, “e0” is the first random component (chosen at random by your statistical software), “s” is the seasonal component and “e1” is the second random component (chosen at random independently of e0). Run the model for as long as you will run the time series.

Learnify Hub © www.0685.com All Rights Reserved