isStationaryModel: Check if a model is stationary

isStationaryModelR Documentation

Check if a model is stationary

Description

Check if a model is stationary.

Usage

isStationaryModel(object)

Arguments

object

an object

Details

This is a generic function. It returns TRUE if object represents a stationary model and FALSE otherwise.

Value

TRUE or FALSE

Methods

signature(object = "SarimaSpec")
signature(object = "VirtualIntegratedModel")
signature(object = "VirtualStationaryModel")

Author(s)

Georgi N. Boshnakov

See Also

nUnitRoots


GeoBosh/sarima documentation built on March 27, 2024, 6:31 p.m.