Learn R Programming

MTS (version 1.2.1)

refVARMA: Refining VARMA Estimation

Description

Refines a fitted VARMA model by setting insignificant estimates to zero

Usage

refVARMA(model, thres = 1.5)

Arguments

model

An output object from the command VARMA or the command refVARMA

thres

A threshold value for individual t-ratio of the estimates.

Value

The same as those of the command VARMA.

Details

The program simultaneously sets estimates with t-ratios less than the threshold (in modulus) to zero.

References

Tsay (2014, Chapter 3). Multivariate Time Series Analysis with R and Financial Applications. John Wiley. Hoboken, NJ.

See Also

VARMA