Chapter 3 - Basic concepts - Part A Flashcards
What are the 5 features of economic time series?
- Trend
- Seasonality
- Aberrant observations
- Time-varying conditional variance (alternating periods with high and low volatility in financial markets)
- Nonlinearity (for example, different dynamic behavior in different business cycle regimes)
Autocorrelation ?
correlation between y_t and y_t-k
1st oder autocorrelation
see formula
In general, the k-th autocorrelation can be estimated by :
see formula
The set of all autocorrelations p_k for k = 1,2,… is called the …
Empirical autocorrelation function [EACF].
What are the properties of white noise time series e_t?
E(e_t) = 0
E[e_t^2] = sigma^2
E[e_s*e_t] = 0
we denote the available history up to time t-1 as :
Y_(t-1) = {y_1, y_2,…, y_t-1}
At time t - 1, y_t we may consider an unknown random variable, what is the distribution ?
with a certain conditional distribution f(y_t|Y_t-1)
Suppose that we know the correct specification of g(.) , and also the values of the parameters Θ in the general time series model:
y_t = g(y_t-1, y_t-2,…, y_t-p; Θ) +e_t
then:
The conditional distribtion of f(y_t|Y_t-1) of y_t is the same as the distribution of e_t.
The basic class of so-called autoregressive [AR] models takes g(.) to be a …….. function of y_t-1, …, y_t-p
Linear.
[AR] models is concerned with the “linear” dependence between y_t and y_t-1, … ,y_t-p.
We can also describe y_t directly in terms of the current and past shocks e_t, e_t-1, e_t-2,….
This is done in a … way.
Linear
A first order autoregressive model (AR(1)) is given by:
yt = φ1yt−1 + εt, t = 1,2,3,…,T.
Derive an MA model from the AR(1) model
yt = φ1yt−1 + εt
= φ21yt−2 + φ1εt−1 + εt
= φ31yt−3 + φ21εt−2 + φ1εt−1 + εt .
= φt1y0 + φt−1ε1 + φt−2ε2 + ··· + φ1εt−1 + εt,
yt = φt1y0 + SUM( φi1εt−i; 0:t-1).
Transitory effect
When |φ1| < 1, φi1 → 0 as i increases. The shock εt−i has a transitory effect on the time series yt.
Explosive effect
When φ1 exceeds 1, the effect of shocks εt−i on yt increases with i. In that case the time series yt is called explosive.
ways of writing AR(1) model
yt = y0 + εt−i,
yt = φ1yt−1 + εt
yt = εt + π1εt−1 + π2εt−2 + π3εt−3 + π4εt−4 + …,
with intercept
yt −μ = φ1(yt−1 −μ)+εt,