A copula is a multivariate distribution with uniform margins.
The virtual class "Copula"
is the mother (or super
class) of all copula classes in the package copula which
encompasses classes of the former packages nacopula and copula. The virtual class "parCopula"
extends "Copula"
and is
the super class of all copulas that can be fully parametrized and
hence fitted to data. For these, at least the dim()
method
must be well defined.
The virtual class "copula"
extends "parCopula"
and is
the mother of all copula classes from former package copula. It
has set of slots for the dimension and parameter vector, see below.
The virtual class "xcopula"
extends "parCopula"
and
contains a slot copula
; an (actual) class example are
the rotated copulas, rotCopula
.