Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 3 . Suppose that the data follows ARMA ( 1 , 1 ) model x t - = ( x t - 1 -

Question 3. Suppose that the data follows ARMA(1,1) model
xt-=(xt-1-)+lont-lont-1
where lont are independent identical distributed normal random variables with mean 0 and variance 2.
The model is fitted using a dataset and the result is:
Coefficients:
ar1 ma1 intercept
0.9078,0.2311,3.9552
s.e.,0.0152,0.0317,0.0235
sigma^2 estimated as 0.002592
(a) Write down the equation for the fitted ARMA(1,1) model.
(b) Assume the following MA( model is another representation of the above ARMA(1,1)
model.
xt-=lont+1lont-1+2lont-2+3lont-3+4lont-4+cdots
Using the theorem of MA() representation on page 7 of the lecture note, express k in
terms of abk for some constants a and b. Hence, calculate the value of 1,2 and 3.
(c) Suppose xn-2=3.956,xn-1=3.941,xn=3.902 and assume lonn-2=0.0948. Forecast
xn+1,xn+2,xn+3 by giving a prediction interval of 95%.
(Hint: when you calculate the conditional expectation, you may use the original form of
ARMA(1,1). When you calculate the conditional variance, you have to use the MA() form
in (b).)
Question 4. The time series data of U.S. retail sales and disposable income are stored in
data_asg_1.csv.
(a) Using RStudio, plot the sample autocorrelation function for the retail sales data from time lag
0 to lag 20. Hence, suggest whether AR(1),MA(1) or ARMA(1,1) is a good choice to fit the
data.
Fit the model to the AR(1) process using the moment matching method. Show your working
step and write down the fitted equation.
(b) Consider the causal regression model with time lag:
RETt=0+1DISt-1+ error
where RETt is the retail sales at year t,DISt-1 is the disposable income at year t-1.
Using R, fit the model using the data from 1970 to 1990. Write down the equation and make a
one-year ahead prediction for the retail sales at year 1991.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

International Finance Transactions Policy And Regulation

Authors: Hal S. Scott

18th Edition

1599419750, 978-1599419756

More Books

Students also viewed these Finance questions