Page 1 of 1

Meaning of D(Y,2,12)

Posted: Thu Dec 10, 2015 12:47 am
by jeswanthjagu
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)?

Re: Meaning of D(Y,2,12)

Posted: Fri Dec 11, 2015 7:20 am
by trubador
Neither. The resulting form will depend on how you expand/simplify it, but you can work on the following:

Code: Select all

d(y,2,12) = (d(y)-d(y(-12)))-(d(y(-1))-d(y(-13)))