PeriodicArmaSpec-class {pcts} | R Documentation |
Class PeriodicArmaSpec
Description
Class PeriodicArmaSpec.
Objects from the Class
Objects can be created by calls of the form new("PeriodicArmaSpec", pcmean, pcintercept, ...)
.
Slots
sigma2
:Object of class
"numeric"
~~ar
:Object of class
"PeriodicArFilter"
~~ma
:Object of class
"PeriodicMaFilter"
~~center
:Object of class
"numeric"
~~intercept
:Object of class
"numeric"
~~modelCycle
:Object of class
"BasicCycle"
~~
Extends
Class "PeriodicArmaFilter"
, directly.
Methods
Functions with methods for this class:
- initialize
signature(.Object = "PeriodicArmaSpec")
: ...- show
signature(object = "PeriodicArmaSpec")
: ...
[Package pcts version 0.15.7 Index]