InterceptSpec-class: Class InterceptSpec

InterceptSpec-classR 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

ArmaModel, SarimaModel

Examples

showClass("InterceptSpec")

sarima documentation built on Aug. 11, 2022, 5:11 p.m.