Module 5: Time series Flashcards
Weakly stationary requ.
Mean contant
Cov(Xt,Xt-h) only depends on h. (Ie time difference is all that matters).
Neither depend on time t.
White noise Zt has
Zero mean, constant variance.
All observations are uncorrelated.
Important result for
Cov(aX+bY,cZ)
=Cov(aX+cZ) + Cov(bY,cZ)
=ac Cov(X,Z) + bc Cov(Y,Z)
What does B do
takes Zt back to Zt-1
AR(p) is
Auto regressive model of order p.
Xt=£1Xt-1+£2Xt-2…+Zt
until p terms
MA(q) is
Moving average order q
Xt=Zt+£1*Zt-1…….£qZt-q
£ are constants.
ARMA(p,q) in words is
A model that is influenced by both past results and noise.
Auto-covariance function γ(τ)
Cov( X(t+τ) , X(t) )
Auto Correlation Function ρ(τ)
γ(τ) / γ(0 = Corr( X(t+τ) , X(t) )
▽^j *Xt (j is superscript) Difference operator
(1-B)^j * Xt
▽^d *Xt (d is subscript) Lag-d
(1-B^d)* Xt
White noise is
A RV with mean 0, var σ^2
IID noise
RV with mean 0, var σ^2
IID is/is not white noise
Yes it is. IID is in the subset of white noise.
What is a linear process
if Xt can be represented as
∑ νj * Z(t-j)
V are constants, with finite sum.
So this is a linear combo of past white noises.