Question: Please write the formula for the forecast model defining all variables, including assumptions SMA = Simple Moving Average Formula: >>> F(n+1) = A1*w1 + A2*w2
Please write the formula for the forecast model defining all variables, including assumptions
SMA = Simple Moving Average
Formula:
>>> F(n+1) = A1*w1 + A2*w2 + A3*w3 + + An*wn; w1=w2=w3= SMA only
>>> F(n+1) = A1*w + A2*w + A3*w + + An*w
Please define all the variables and include assumptions
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
