4.6 Exercises: Time Series Concepts

Exercise 4.1 Suppose the time series {Xt}t= is independent white noise. That is Xti.i.d.(0,σ2). Define two new time series {Yt}t= and {Zt}t=, where Yt=X2t and Zt=|Xt|. Are {Yt}t= and {Zt}t= also independent white noise processes? Why or why not?
Exercise 4.2 Realizations from four stochastic processes are given in Figure . Which processes appear to be covariance stationary and which processes appear to be non-stationary? Briefly justify your answers.
Exercise 4.3 Consider the MA(1) model Yt=0.05+εt+θεt1,1<θ<1εtiidN(0,(0.10)2). This process has mean E[Yt]=0.05.
  1. Calculate var(Yt) and ρ1=cor(Yt,Yt1) for θ=0.5 and θ=0.9.
  2. Using the R function arima.sim(), simulate and plot 250 observations of the MA(1) process with θ=0.5 and θ=0.9 . Briefly comment on the behavior of the simulated data series. Does it look covariance stationary? Does it show evidence of time dependence?
Exercise 4.4 Consider the AR(1) model Yt0.05=ϕ(Yt10.05)+εt,1<ϕ<1εtiidN(0,(0.10)2). This process has mean E[Yt]=0.05.
  1. Calculate var(Yt) for ϕ=0.5 and ϕ=0.9.
  2. Calculate ρj=cor(Yt,Ytj) for ϕ=0.5 and ϕ=0.9 and for j=1,,5.
  3. Using the R function arima.sim(), simulate and plot 250 observations of the AR(1) process with θ=0.5 and θ=0.9 . Briefly comment on the behavior of the simulated data series. Does it look covariance stationary? Does it show evidence of time dependence? How is it different from the MA(1) process
Exercise 4.5 Figure shows a realization of a stochastic process representing a monthly time series of overlapping 2-month continuously compounded returns rt(2)=rt+rt1, where the 1-month continuously compounded returns rt follow a Gaussian White noise process with variance 1.
  1. Based on the sample autocorrelations, which time series process is most appropriate for describing the series: MA(1) or AR(1)? Justify your answer.
  2. If you think the process is an AR(1) process, what do you think is the value of the autoregressive parameter? If you think the process is a MA(1) process, what do you think is the value of the moving average parameter?