Review
by Professor Throckmorton
for Time Series Econometrics
W&M ECON 408
Slides
Stationarity¶
Conditions¶
Define covariance stationarity, i.e., what are the conditions for a time series to be weakly stationary?
Random Walk¶
Write down a random walk and solve for its variance, i.e., . Given your answer, is a random walk stationary? Why or why not?
MA Model¶
Invertibility¶
Consider the MA(1) process: . Is this process invertible? Justify your answer.
Autocovariance¶
Write down an MA(2) model. What is its first autocovariance, ?
AR Model¶
Causality¶
Show that is causal.
ARMA Model¶
ARMA() ¶
Show that an ARMA() process can be rewritten as an AR(). Find the first three AR coefficients.
Variance¶
Find the variance of an ARMA(1,1) process.
ARIMA Model¶
Differencing¶
Suppose you have the ARIMA() model . Rewrite it in its original (non-differenced) form.
Integration¶
Explain how you would determine the order of integration for a time series.