Refining VMA Models
Refines a fitted VMA model by setting insignificant parameters to zero
refVMA(model, thres = 1)
model
: An output object from the command VMA or the refVMA commandthres
: A threshold for individual t-ratio of parameter estimate. Default is 1.The program simultaneously sets all estimates with t-ratios less than the threshold (in modulus) to zero.
The same as those of the command VMA.
Tsay (2014, Chapter 3). Multivariate Time Series Analysis with R and Financial Applications. John Wiley. Hoboken, NJ.
Ruey S. Tsay
VMA
Useful links