mvdc-class {copula}R Documentation

Class "mvdc"

Description

Class representing multivariate distributions constructed using Sklar's theorem.

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", whose each component is a list of named components, giving the parameter values of the marginal distributions. See mvdc.
marginsIdentical:
Object of class "logical", that, if TRUE, restricts the marginal distributions to be identical, default is FALSE.

Methods

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

See Also

mvdc.


[Package copula version 0.8-3 Index]