Question

Q1. (10 points total) Consider an ARMA(1,1) model X4 = 0.9X-1 + Z+ +0.527-1, {Z4}~ IID N(0,1). 1. (2 points) (i) Generate n =

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution for the above question was solved in R language. The solution with commented code is given in the following images. arima.sim() command is used to simmulate time series of given parameters.

Solution w = arima.sim (n=200, list(order=c(1,0,1), ar=0.9, ma=0.5), innov=rnorm (200)) s = arima (w, order=c(1,0,1)) phi = s## 10 0.8739027 0.6356538 1.0566945 The ML estimate of phi, theta and sigma are near to the original values. The following gr

Add a comment
Know the answer?
Add Answer to:
Q1. (10 points total) Consider an ARMA(1,1) model X4 = 0.9X-1 + Z+ +0.527-1, {Z4}~ IID...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
Active Questions
ADVERTISEMENT