mvdc-class {copula} | R Documentation |
Class representing multivariate distributions constructed using Sklar's theorem.
Objects can be created by calls of the form new("mvdc", ...)
or by function mvdc
.
copula
:"copula"
, specifying
the copula. margins
:"character"
,
specifying the marginal distributions. paramMargins
:"list"
, whose
each component is a list of named components, giving the parameter
values of the marginal distributions. See mvdc
. marginsIdentical
:"logical"
,
that, if TRUE, restricts the marginal distributions to be
identical, default is FALSE
. signature(x = "mvdc")
: ... signature(x = "mvdc")
: ...
mvdc
.