mvdc-class {copula} | R Documentation |
A class of multivariate distribution via copula.
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"
, a list of
list, with eaching list giving the names parameter values of the margins.signature(x = "mvdc")
: ... signature(x = "mvdc")
: ... Jun Yan <jyan@stat.uconn.edu>