Time series-calculate white term residual values from observed X (t) values

Discussion in 'CT6' started by vikky, Feb 18, 2012.

  1. vikky

    vikky Ton up Member

    If X(t)=e(t) +0.6e(t-1) and we define a backward shift operator such that
    B X(t)=X(t-1) and
    B^2 X(t)=X(t-2)
    then after this how do we get get
    X(t)=(1+0.6B)e(t)
    :(
    I maybe missing something very obvious.
    Want to calculate the white term residual values from observed X(t )values
     
  2. Viki2010

    Viki2010 Member

    You get this from the first equation

    X(t) = e(t) + 0.6 * B * e(t) = e(t) * (1 + B * 0.6)
     
  3. vikky

    vikky Ton up Member

    How do you go from 0.6e(t-1) in the original equation to to 0.6B)e(t) by introducing a backward shift operator?
     
  4. Viki2010

    Viki2010 Member

    0.6 * e(t-1) = 0.6 * B * e(t)
     
  5. John Lee

    John Lee ActEd Tutor Staff Member

    The backwards shift operator, B, shifts anything back one period in time and so it can be applied to the et's as well as the Xt's.

    hence Be(t) = e(t-1).

    (Just in case it is this issue that's causing the problem!)
     
  6. vikky

    vikky Ton up Member

    thanks a ton john!that was my problem...I could not figure out why we were using it for e(t) as well...cheers
     

Share This Page