Meaning of D(Y,2,12)
Posted: Thu Dec 10, 2015 12:47 am
What is algebraic form of D(Y,2,12)?
Is it Y(t)-2Y(t-1)+Y(t-2) or Y(t)-Y(t-1)-Y(t-12)+Y(t-13)?
Is it Y(t)-2Y(t-1)+Y(t-2) or Y(t)-Y(t-1)-Y(t-12)+Y(t-13)?
Code: Select all
d(y,2,12) = (d(y)-d(y(-12)))-(d(y(-1))-d(y(-13)))