Time Series Analysis Flashcards
Define ACVF.
The autocovariance function (ACVF) of {X_t}t at lag h is defined as:
gamma_X(h)=Cov(X_t,X{t+h}).
Define ACF.
The autocorrelation function (ACF) of {X_t}t at lag h is defined as:
rho_X(h)=gamma_X(h)/gamma_X(0), where gamma_X(h)=Cov(X_t,X{t+h}) is the ACVF of {X_t}_t.
Is X_t=a+bZ_t+Z_{t-2} stationary?
Calculate the mean and the ACVF of X_t=a+bZ_t+Z_{t-2}, where {Z_t}_t is an iid N(0,sig^2) sequence and a, b in R.
Is {X_t}_t strictly stationary?
S1E1a
Define stationary.
A TS {X_t}_t is (weakly) stationary if:
i) E[X_t^2] finite
ii) mü_X(t) does not depend on t,
iii) gamma_X(t,t+h) does not depend on t (we then simply write gamma_x(h) )
Define strictly stationary.
A TS {T_t}t is strictly stationary if for all n in N and h in Z:
(X_1,…,X_n) =^d (X{1+h},…,X_{n+h}).
Is X_t=Z_tZ_{t-1} stationary?
Calculate the mean and the ACVF of X_t=Z_tZ_{t-1}, where {Z_t}_t is an iid N(0,sig^2) sequence and “t0 some integer”.
Is {X_t}_t strictly stationary?
S1E1d
Is X_t=Z_t if t leq t0 and X_t=Z_t+Z_{t-1} otherwise, where {Z_t}_t is an iid N(0,sig^2) sequence and t0 some integer stationary?
Calculate the mean and the ACVF of
Is {X_t}_t strictly stationary?
S1E1e
Define an MA(q) process.
{X_t}t ~ MA(q) if:
X_t=Z_t+theta_1Z_{t-1}+…+theta_qZ{t-q} for {Z_t}_t~WN(0,sig^2) and theta_1,…,theta_q in R.
BTW: MA(q)=moving average process of order q>=1.
We write
Define WN.
Define i.i.d. noise.
{X_t}_t is white noise if it is a sequence of uncorrelated and centered r.v.s s.t. E[X_t]=0, Cov(X_r,X_s)=0 (s!=r). (@: Finite variance)
{X_t}_t is i.i.d. noise if it is a sequence of independent and identically distributed r.v.s s.t. E[X_t]=0 for all t.
Let {X_t}t be the MA(2) process: X_t=Z_t+theta*Z{t-2}, where {Z_t}_t is WN(0,sig^2).
Compute the mean, the ACVF and ACF for this time series.
S1E2a
Let {X_t}t be the MA(2) process: X_t=Z_t+theta*Z{t-2}, where {Z_t}_t is WN(0,sig^2).
Compute the variance of the sample mean (X_1+X_2+X_3+X_4)/4 for theta=0.8.
Do the same for theta=-0.8. Note the difference.
S1E2b
S1E2c
What is k(h):=1_{h=0} for h in Z an ACF of?
{Z_t}_t~WN(0,sig^2)
What is the ACVF of an MA(1) process?
gamma_X(h)= sig^2(1+theta^2)1{h=0} + sig^2theta1{|h|=1}
What is the ACF of an MA(1) process?
rho(h)=1{h=0}+theta/(1+theta^2)*1{|h|=1}
Define linear process.
A TS {X_t}t is said to be a linear process if it has the following representation:
X_t=Sum(psi_j*Z{t-j} ; j=-inf,…,inf), where {Z_t}t~WN(0,sig^2) and {psi}_j is an absolutely convergent real sequence i.e. Sum( |psi_j| ; j=-inf,…,inf ) is finite.
BTW: the last condition ensures that X_t is finite a.s.
Define an AR(p) process.
{X_t}t~A(p) iff {X_t}t is stationary and X_t-phi_1*X{t-1}-…-phi_p*X{t-p}=Z_t with {Z_t}_t~WN(0,sig^2) and phi_1,…,phi_p in R.
Define an ARMA(p,q) process.
A time series {X_t}t is an ARMA(p,q) process if it is stationary and satisfies the equations:
phi(B)X_t=X_t-phi{t-1}X_{t-1}-…-phi_{t-p}X_{t-p}=Z_t+theta_{t-1}Z_{t-1}+…+theta_{t-q}Z_{t-q}=theta(B)Z_t, where {Z_t}_t~WN(0,sig^2), phi_p!=0!=theta_q, and the polynomials (w. real coeffs) phi and theta have no common factors/roots.
Define causality for linear processes and ARMA(p,q) models
A linear process Cov(X_t,X_s)=0 for all s greater than t, then a model of {X_t}_t is called causal.
(This implies the same definition as for ARMA(p,q) models)
{X_t}_t~ARMA(p,q) is causal if there is an absolutely summable sequence {psi_j}j s.t.
X_t=Sum[psi_j*Z{t-j} ; j=0,…,inf ] for all t.
BTW: Was defined after AR(1), MA(q) and linear processes but before ARMA(p,q) processes.
Define invertibility of ARMA(p,q) models.
An ARMA(p,q) process {X_t}_t is invertible if there exists an absolutely summable sequence {pi_j}_j s.t. Z_t=Sum[ pi_j*X_{t-j} ; t=0,...,inf ] for all t in Z.
An ARMA(1,1) model is said to be invertible if Z_t can be expressed with current and past values of {X_t}_t
Characterize causality for {X_t}_t~ARMA(p,q).
Causality is equivalent to the condition:
phi(z)=1-phi_1z-…-phi_pz^p for all |z| leq 1.
Characterize invertibility for {X_t}_t~ARMA(p,q).
Invertibility is equivalent to the condition that:
theta(z)=1+theta_1z+…+theta_qz^q != 0 for all |z| leq 1.
Is X_t=Z_1cos(ct)+Z_2sin(ct) stationary?
Calculate the mean and the ACVF of X_t=Z_1cos(ct)+Z_2sin(ct), where {Z_t}_t is an iid N(0,sig^2) sequence.
Is {X_t}_t strictly stationary?
S1E1b
State the trig identities cos(x-y) and sin(x-y)
cos(a+/-b)=cos(a)cos(b)-/+sin(a)sin(b)
sin(a+/-b)=sin(a)cos(b)+/-cos(a)sin(b)
Is X_t=Z_tcos(ct)+Z_{t-1}sin(ct) stationary?
Calculate the mean and the ACVF of X_t=Z_tcos(ct)+Z_{t-1}sin(ct), where {Z_t}_t is an iid N(0,sig^2) sequence.
Is {X_t}_t strictly stationary?
S1E1c