Description:

  • Expressed as
    • and are expressed as percentage

Multiplicative model forecasting with Seasonal Variation:

  • When random is neglectible which means
    • 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.21.007751938
4131103.61.264478764
574104.80.70610687
694105.40.891840607
  • 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)/n) to have the sum of all group’s detrended value to number of group
    • 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 multiply the seasonal variant of that group
    • as same as