Answer :
The correct option is 96.4.Simple exponential smoothing (SES) is a type of time-series forecasting method that calculates the weighted average of the past time-series data. The method calculates the weighted average of past periods to give more importance to recent data.
The forecast is generated by taking the most recent data point and adding a portion of the forecast error (alpha), which is a value between 0 and 1.In this case, the actual demand is 100, the forecasted value is 94, and the value of alpha is .4.
Thus, the forecast for the next period would be: Next period forecast = Alpha (Last Period Demand) + (1-Alpha) (Last Period Forecast) = (.4)(100) + (.6)(94) = 40 + 56.4 = 96.4Therefore, the correct option is 96.4.
to know more about actual demand visit:-
https://brainly.com/question/29807947
#SPJ11