2. Time Series Flashcards
(44 cards)
What is the AR(1) equation?
U(t) = ε(t) = Φε(t-1) + η(t)
What is Φ?
Φ is the autoregressive parameter
What is η(t)?
the error term
What are the boundaries of Φ?
-1 < Φ < 1
What does it mean when Φ is near 1?
There is strong positive autocorrelation
What does it mean when Φ is near -1?
There is strong negative autocorrelation
What does it mean when Φ is near 0?
There is weak autocorrelation
When there is strong negative autocorrelation, what do we observe in the time series graph?
a yo-yo effect
When there is positive autocorrelation, what do we observe in the time series graph?
more smooth fluctuations
What is the equation for an AR(2)?
U(t) = ε(t) = Φ1ε(t-1) + Φ2ε(t-2) + η(t)
What does SSAC stand for?
sample simple autocorrelation coefficient
What does SPAC stand for?
sample partial autocorrelation coefficients
How can you identify an AR(1) process from the SPAC?
Only the lag at time = 1 will be outside of the envelope
How can you identify an AR(2) process from the SPAC?
Lags at time 1 and 2 will be outside of the envelope
What does the SSAC of a positive AR(1) process look like?
They decrease exponentially with time
What does the SSAC of a negative AR(1) process look like?
They decrease exponentially but in absolute value only: they alternate in sign, being negative at odd lags and positive at even lags.
Looking at Aikake’s or Schwarz’s criteria, how do we know if the model is fitted?
The smaller the criterion the better
When looking at parameter estimates, how do we know if the model is well fitted?
The more significant, i.e. the smaller the probability of significance, the better
Looking at the sample simple autocorrelation coefficients calculated on the residuals, how do we know if the model is well fitted?
The lesser autocorrelation left in the residuals, i.e. the greater the probability of significance, the better
When looking at a periodogram of negative autocorrelation, what do we see?
The highest values of the spectral density function [ f(ω) ] are in the highest frequencies (high ωs)
When looking at a periodogram of positive autocorrelation, what do we see?
The highest values of the spectral density function [ f(ω) ] are in the lowest frequencies (low ωs)
What is OLS?
Ordinary Least Squares
What does OLS assume?
It assumes the absence of autocorrelation of the errors (since it assumes iid → iid = Corr = 0 because independent)
What is EGLS?
Estimated generalized least squares