Time series family functions for the VGAMextra package
Objects can be created by calling
new("vgltsmff"...)
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.
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.
V. Miranda and T.W. Yee.