QA10 - Stationary Time Series Flashcards
Describe the requirements for a series to be covariance-stationary
First two moments must satisfy all three conditions:
1. E(Yt) = mu for all t
2. Var(Yt) = γ0 < infinity for all t
3. Cov(Yt, Y_(t-h)) = γh for all t
Describe the autocovariance function and the autocorrelation function
Autocovariance γ_t,y = E[(Yt - E(Yt))(Y_(t-h) - E(Y_(t-h))]
Autocorrelation rho_h = γh / γ0
Define white noise, and describe independent white noise and normal (Gaussian) white noise
White noise comes from a distribution with mean zero, independent when iid
Normal white noise is when random samples come from a normal distribution
Define and describe the properties of autoregressive (AR) processes
Autoregressive models relate value of stochastic process to the previous one
AR(1): Yt = d + φY_(t-1) + e_t
Covariance stationary when |φ| < 1, non-stationary when φ = 1
mu = d / (1 - φ)
variance = sigma^2 / (1 - φ^2)
Define and describe the properties of moving average (MA) processes
Relates value to the shock of the previous values
MA(1) = Yt = mu + θe_(t-1) + e_t
E(Yt) = mu
Var(Yt) = (1 + θ^2) * simga^2
Explain mean reversion and calculate a mean-reverting level
Mean reversion is where a stochastic process returns to its mean eventually
Define and describe the properties of autoregressive moving average (ARMA) processes
ARMA(1,1): Yt = d + φY_(t-1) + θe_(t-1) + e_t
mu = d / (1 - φ)
Describe sample autocorrelation and partial autocorrelation
Applied to ARMA models to understand dependence structure and select candidate ARMA models
Describe the Box-Pierce Q statistic and the Ljung-Box Q statistic
Used to do joint tests of joint auto correlations when validating a model, the are roughly equal for large t
Explain how forecasts are generated from ARMA models
Expectation of future value requires taking expectation of previous observations
Explain how seasonality is modelled in a covariance-stationary ARMA
Pure seasonal model only uses lags at seasonal frequency, for example with quarterly seasonality:
AR(1): Yt = d + φY_(t-4) + e_t