VMA Model with Selected Lags
Performs the conditional maximum likelihood estimation of a VMA model with selected lags in the model
VMAs(da, malags, include.mean = T, fixed = NULL, prelim = F, details = F, thres = 2)
da
: A T-by-k matrix of a k-dimensional time series with T observationsmalags
: A vector consisting of non-zero MA lagsinclude.mean
: A logical switch to include the mean vectorfixed
: A logical matrix to fix coefficients to zeroprelim
: A logical switch concerning initial estimationdetails
: A logical switch to control output levelthres
: A threshold value for setting coefficient estimates to zeroA modified version of VMA model by allowing the user to select non-zero MA lags
data: The observed time series
MAlags: The VMA lags
cnst: A logical switch to include the mean vector
coef: The parameter estimates
secoef: The standard errors of the estimates
residuals: Residual series
aic,bic: The information criteria of the fitted model
Sigma: Residual covariance matrix
Theta: The VMA matrix polynomial
mu: The mean vector
MAorder: The VMA order
Tsay (2014, Chapter 3). Multivariate Time Series Analysis with R and Financial Applications. John Wiley. Hoboken, NJ.
Ruey S. Tsay
VMA
Useful links