starma_stat_check: Check a STARMA model for stationarity

Description Usage Arguments Details Value References

View source: R/starma_utils.R

Description

Checks the coefficients of a STARMA models for stationarity.

Usage

1

Arguments

model

A list with components ar and ma. Each component contains a matrix of the coefficients as specified in this functions' details.

Details

The stationarity constraints for a STAR model are the following:

where phi_10 = model$ar[1,1], phi_11 = model$ar[1,2], phi_20 = model$ar[2,1], and phi_21 = model$ar[2,2]

STMA models have the same constraints for theta as the STAR contraints for phi.

Value

TRUE if the model is stationary. FALSE, otherwise.

References

http://www.tandfonline.com/doi/abs/10.1080/03610918008812173


mrfoliveira/Evaluation-procedures-for-forecasting-with-spatio-temporal-data documentation built on April 11, 2021, 10:50 a.m.