mvdc-class {copula}R Documentation

Class "mvdc"

Description

A class of multivariate distribution via copula.

Objects from the Class

Objects can be created by calls of the form new("mvdc", ...) or by function mvdc.

Slots

copula:
Object of class "copula", specifying the copula.
margins:
Object of class "character", specifying the marginal distributions.
paramMargins:
Object of class "list", a list of list, with eaching list giving the names parameter values of the margins.

Methods

contour
signature(x = "mvdc"): ...
persp
signature(x = "mvdc"): ...

Author(s)

Jun Yan <jyan@stat.uconn.edu>

See Also

mvdc


[Package copula version 0.6-6 Index]