• We are pleased to announce that the winner of our Feedback Prize Draw for the Winter 2024-25 session and winning £150 of gift vouchers is Zhao Liang Tay. Congratulations to Zhao Liang. If you fancy winning £150 worth of gift vouchers (from a major UK store) for the Summer 2025 exam sitting for just a few minutes of your time throughout the session, please see our website at https://www.acted.co.uk/further-info.html?pat=feedback#feedback-prize for more information on how you can make sure your name is included in the draw at the end of the session.
  • Please be advised that the SP1, SP5 and SP7 X1 deadline is the 14th July and not the 17th June as first stated. Please accept out apologies for any confusion caused.

Q&A bank 4.16???

1

12345

Member
Me again, having a little trouble with the covariance between random variables and white noise, e.g. in this question COV(Xs,Zs).

The solution sets this equal to COV(aXs-1 + Zs +BZs-2,Zs) but initially I set this to COV(Xs,Xs - aXs-1 - BZs-2) and couldn't get the same answer. Am I doing something fundamentally incorrect here or could this work? I would say this equals y0 - ay1 - COV(Xs,BZs-2)? As an aside, in general what is the covariance of random variables and white noise such as COV(Xs,BZs-2) here? Is it dependent on the actual equation of the time series?

a= alpha, B = beta and y= gamma in the above

Apologies for the ramble, hopefully someone can clear this up!
 
Me again, having a little trouble with the covariance between random variables and white noise, e.g. in this question COV(Xs,Zs).

The solution sets this equal to COV(aXs-1 + Zs +BZs-2,Zs) but initially I set this to COV(Xs,Xs - aXs-1 - BZs-2) and couldn't get the same answer. Am I doing something fundamentally incorrect here or could this work? I would say this equals y0 - ay1 - COV(Xs,BZs-2)? As an aside, in general what is the covariance of random variables and white noise such as COV(Xs,BZs-2) here? Is it dependent on the actual equation of the time series?

a= alpha, B = beta and y= gamma in the above

Apologies for the ramble, hopefully someone can clear this up!

The reason we replace the X is because it's easier to find covariances of X's with Z's and Z's with Z's than it is to find X's with X's (as they'll always give a gamma term). So whilst your method should give an answer you'd have to solve the autocovariance first to get it - but since solving the autocovariance requires this term - you'll be in trouble! So don't!

X's with future Z's are zero (as future completley random variation won't affect today's result).

X's with current or past Z's will need to be calculated - as the current or past Z's will affect X's in the past which will have a knock on effect.

In summary when doing an ARMA(p, q)

You'll need to first calculate

cov(Xt, Zt)
cov(Xt, Zt-1)
...
cov(Xt, Zt-q)

(as the formula has up to Zt-q terms in it)

Then calcualte the autocovariance

gamma0 = cov (Xt, Xt)
gamma1 = cov (Xt, Xt-1)
gamma2 = cov (Xt, Xt-2)
etc

by replacing the Xt term only with the defining equation (and then using your exciting Xt/Zt combinations where appropriate)

Hope this helps.
 
Back
Top