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

ellipCopula-class

Class "ellipCopula" of Elliptical Copulas


Description

Copulas generated from elliptical multivariate distributions, notably Normal- and t-copulas (of specific class "normalCopula" or "tCopula", respectively).

Objects from the Class

Objects are typically created by ellipCopula(), normalCopula(), or tCopula().

Slots

dispstr:

"character" string indicating how the dispersion matrix is parameterized; one of "ex", "ar1", "toep", or "un", see the dispstr argument of ellipCopula().

dimension:

Object of class "numeric", dimension of the copula.

parameters:

a numeric, (vector of) the parameter value(s).

param.names:

character vector with names for the parameters slot, of the same length.

param.lowbnd:

numeric vector of lower bounds for the parameters slot, of the same length.

param.upbnd:

upper bounds for parameters, analogous to parm.lowbnd.

fullname:

deprecated; object of class "character", family names of the copula.

Extends

Class "ellipCopula" extends class copula directly. Classes "normalCopula" and "tCopula" extend "ellipCopula" directly.

Methods

Many methods are available, notably dCopula, pCopula, and rCopula. Use, e.g., methods(class = "tCopula") to find others.

See Also

ellipCopula which also documents tCopula() and normalCopula(); copula-class.


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.