Description:

  • The additive model is expressed as

Additive model forecasting with Seasonal Variation:

  • When random is neglectible,
    • where T is the MA of time frame
      • which mean some S will also be missing
  • Then seasonal variation of data point
    • ie, de-trended series
    • ex:
TimeyT(MA_4)
192
2115
3104103.20.8
4131103.627.4
574104.8-30.8
694105.4-11.4
  • Then for every group of data point, , there is a group of detrended series, (except the datapoints that dont have MA)
    • ex: for MA-4, the first group, has detrended series
  • Find the average detrended value for each of the group , call it
  • Minus with an adjustment value (sum/n) to have the sum of all group’s detrended value to 0
    • The sum is random component if not 0
  • Forecast the future MA:
    • Find the long term Trend of MA,
      • ie. trend of trend = Max MA - Min MA and divided by number of MA
    • Assume the long term trend hold,
  • Then the next where
    • The next Y is the MA of that data point plus the seasonal variant of that group
    • as same as