Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mvdc-class

Class "mvdc": Multivariate Distributions from Copulas


Description

"mvdc" is a class representing multivariate distributions constructed via copula and margins, using Sklar's theorem.

Objects from the Class

Objects are typically created by mvdc(), or can be created by calls of the form new("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"): ...

dim

signature(x = "mvdc"): the dimension of the distribution; this is the same as dim(x@copula).

persp

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

show

signature(object = "mvdc"): quite compactly display the content of the "mvdc" object.

See Also

mvdc, also for examples; for fitting, fitMvdc.


copula

Multivariate Dependence with Copulas

v1.0-1
GPL (>= 3) | file LICENCE
Authors
Marius Hofert [aut] (<https://orcid.org/0000-0001-8009-4665>), Ivan Kojadinovic [aut] (<https://orcid.org/0000-0002-2903-1543>), Martin Maechler [aut, cre] (<https://orcid.org/0000-0002-8685-9910>), Jun Yan [aut] (<https://orcid.org/0000-0003-4401-7296>), Johanna G. Nešlehová [ctb] (evTestK(), <https://orcid.org/0000-0001-9634-4796>), Rebecca Morger [ctb] (fitCopula.ml(): code for free mixCopula weight parameters)
Initial release
2020-12-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.