Learn R Programming

MTS (version 1.2.1)

refsVARMA: Refining a Seasonal VARMA Model

Description

Refines a fitted seasonal VARMA model by setting insignificant estimates to zero

Usage

refsVARMA(model, thres = 0.8)

Arguments

model

An output object of the sVARMA command or the refsVARMA command

thres

Threshold for individual t-ratio. Default is 0.8.

Value

The same as those of the command sVARMA

Details

The command removes simultaneously all parameters with t-ratio less than the threshold in modulus.

References

Tsay (2014, Chapter 6)

See Also

sVARMA