Skip to contents

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

Author

Georgi N. Boshnakov

Methods

signature(object = "SarimaSpec")

signature(object = "VirtualIntegratedModel")

signature(object = "VirtualStationaryModel")

See also