The correct option is B exponential smoothing method
Exponential smoothing methods of forecasting takes a fraction of forecast error into account for next period forecast.
Ft=Ft−1+α(Dt−1−Ft−1)
Ft=Ft−1+α et
where, Ft is the forecast at time t
Dt is the actual demand at time t
Ft−1 is the forecast at time t - 1
α is the smoothing coefficient
et=Dt−1−Ft−1, is forecast error
The value of α varies between 0 and 1, with commonly used values of 0.01 to 0.30.
New estimate = Old estimate of latest actual demand + α [latest actual demand - old estimate of latest actual demand]
Exponential smoothing provides a convenient, systematic and recursive method of revisiting the forecast for the next period whenever discrepancy exists between the previously forecast demand for the current period and the actual demand for the current period.