| gamVine-class {gamCopula} | R Documentation |
The gamVine Class
Description
gamVine is an S4 class to store a conditional and potentially
non-simplified pair-copula construction. Objects can be created by calls of
the form new("gamVine", ...), or by function gamVine.
Slots
MatrixLower triangular d x d matrix that defines the tree structure.
modellist containing d x (d-1)/2 lists with three numeric items (family, par and par2) and/or
gamBiCopobjects.namesvector of d names.
covariatesvector of names for the exogenous covariates.
See Also
gamVine,
RVineMatrix, gamBiCop
gamVineSeqFit, gamVineCopSelect,
gamVineStructureSelect and gamVineSimulate.
[Package gamCopula version 0.0-7 Index]