What is an ARMAX(p,q) model?
An ARMA model with exogenous regressors β_{1}x_{1,t} + … + β_{k}x_{k,t}
How to apply/implement ARMAX models in practice?
How to estimate parameters of AR(p) and MA(q) models
- MA(q): NLS or ML estimation
Finite sample estimate of ϕ_{1} in AR(1) model
sqrt(T) (ϕ^{1} - ϕ{1}) -> N(0, σ^2 γ_{0}^{-1})
Akaike Information Criterion (AIC) formula
AIC(k) = T log(σ^^2) + 2k
Schwarz Information Criterion (SIC)
SIC(k) = T log(σ^^2) + k log(T)
Misspecification tests