Class for the Multivariate GAS model specification.
A virtual Class: No objects may be created from it.
Spec
:Object of class list
. Contains information abount the multivariate GAS specification:
Dist
: character
Containing the conditional distribution assumption.
ScalingType
: character
indicating the scaling mechanism for the conditional score.
GASPar
: list
with elements: location, scale, correlation, shape.
ScalarParameters
: logical
indicates if the parameters of the locations, scales and
correlations dynamic have to be scalars or a diagonal matrices.
show
signature(object = 'mGASSpec')
: Show summary.
Leopoldo Catania