Time series smoothing
Where: SF t +1 = Simple smoothed forecast for the period following period t
SF t = Simple smoothed forecast for the period t
At = Actual demand in period t
a = Smoothing constant that determines the weight given to previous data 0 £ a £ 1
Single Exponential Smoothing
SFt + 1 = aAt + (1 - a)SFt