Learn R Programming

VGAMextra (version 0.0-6)

vgltsmff: Class of Vector Generalized Linear Time Series Models

Description

Time series family functions for the VGAMextra package

Arguments

Objects from the Class

Objects can be created by calling new("vgltsmff"...)

slots

Implementation of vector generalized linear time series (TS) family functions (vgltsff) at VGAMextra is entirely based on the structure of family functions of the class vglmff-class.

Hence, refer to vglmff-class for a thourugh description of slots and features involved when objects of class "vgtsff" are being created.

Methods

Thus far, the following methods for objects of class "vgltsff-class" are implemented:

summary

Additional information to that displayed by the summary methods from VGAM. That is:

a) Standard errors based on the MLEs asymptotic distributions, and

b) Checks on stationarity and/or invertibility via the polynomial roots.

Currently, summary methods at VGAMextra have been implemented for:

signature(VGAMff = "ARff"):

For ARX--types family functions.

signature(VGAMff = "MAff"):

For MAX--types family functions.

signature(VGAMff = "ARMAff"):

For ARMAX--like family functions.

See summaryS4VGAMextra for further details.

Author

V. Miranda and T.W. Yee.