Question: Exponential smoothing with = 0.25 and a moving average with n = 4 (which is same as 4 period Moving Average) put the same weight
Exponential smoothing with = 0.25 and a moving average with n= 4 (which is same as 4 period Moving Average) put the same weight on the actual value for the current period.
formula for Exponential Smoothing:
Y (FC for period t+1) =alpha *(Y Act for period t) + (1-alpha)* (Y FC for period t)
True
False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
