QE 7-8: Time series Flashcards
Is time series analysis (usually) causal or descriptive? Why?
Descriptive. We only observe one past history, so can rarely make causal inferences.
What is strong stationarity?
Joint distributions are time-invariant.
What is weak stationarity?
Mean, variance and autocovariances do not depend on t.
What are some common sources of non-stationarity?
- Deterministic trends
- Random wandering behaviour - stochastic ctrends
- Structural breaks
What are some common techniques to generate stationary series from nonstationary ones?
Can analyse subsamples of data pre- and post-break.
With trends, we can difference the data, or possibly ‘detrend’ after fitting a regression line. Taking logs or log differences can stabilise the variance.
What is an AR(1) model? What exactly is the shock sequence it involves?
In an AR(1) model, Yt = b0 + b1Y_{t-1} + ut. u is white noise.
Does it matter whether or not the causal model that actually generates Yt is an AR model, for purposes of forecasting?
No, this is just a descriptive model of how Yt is correlated with its lags.
What conditions on the model parameters are sufficient for AR(1) being weakly stationary?
b1 is in (-1,1) is sufficient for asymptotic weak stationarity; the initial value Y0 must also have the correct mean and variance for weak stationarity in finite samples.
What is asymptotic weak stationarity?
A process is asymptotically weakly stationary if its expectation and variance approach constants in the limit.
How can we find optimal 2-step ahead forecasts?
Find the optimal 1-step ahead forecast, and recursively use this in the 2-step ahead forecast.
What is the difference between estimation error and shock error?
Estimation error is the error introduced from estimating the optimal forecast. Shock error is the unforecastable shock in the model.
What is a necessary requirement on the beta_i for an AR(p) model to be stationary?
Their sum is less than 1.
Why does ô2_u underestimate the MSFE?
ô2_u is an estimate of in-sample errors, whereas the MSFE is a measure of errors made when predicting out-of-sample values.
What is psuedo out-of-sample forecasting? How can it help us estimate the MSFE?
Pseudo out-of-sample forecasting takes some date s<T and runs the forecasting procedure only on data up to s. Comparing the forecast to the actual data provides an estimate of the MSFE.
What is the bias-variance tradeoff?
When selecting a value of p to use in an AR(p) model, we face the following tradeoff:
(i) Larger values of p allow for more flexible modelling, more free parameters, and therefore reduced bias.
(ii) Larger values of p require more parameters to be estimated with a finite amount of data, increasing the variability of those estimates.