isStationaryModel {sarima} | R 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
[Package sarima version 0.9.3 Index]