| InterceptSpec-class {sarima} | R Documentation | 
Class InterceptSpec
Description
A helper class from which a number of models inherit intercept, centering and innovations variance.
Objects from the Class
Objects can be created by calls of the form new("InterceptSpec", ...).
Slots
- center:
- Object of class - "numeric", centering parameter, defaults to zero.
- intercept:
- Object of class - "numeric", intercept parameter, defaults to zero.
- sigma2:
- Object of class - "numeric", innovations variance, defaults to NA.
Methods
- sigmaSq
- signature(object = "InterceptSpec"): ...
Author(s)
Georgi N. Boshnakov
See Also
Examples
showClass("InterceptSpec")
[Package sarima version 0.9.3 Index]