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

describeCop

Copula (Short) Description as String


Description

Describe a copula object, i.e., its basic properties as a string. This is a utility used when print()ing or plot()ting copulas, e.g., after a fitting.

Usage

describeCop(x, kind = c("short", "very short", "long"), prefix = "", ...)

Arguments

x

a copula object, or a generalization such as parCopula.

kind

a character string specifying the size (or “complexity” of the copula description desired.

prefix

a string to be prefixed to the returned string, which can be useful for indentation in describing extended copulas such as Khoudraji copulas.

...

further arguments; unused currently.

Value

a character string.

Methods

signature(x = "archmCopula", kind = "ANY")

..

signature(x = "copula", kind = "character")

..

signature(x = "copula", kind = "missing")

..

signature(x = "ellipCopula", kind = "character")

..

signature(x = "fgmCopula", kind = "ANY")

..

signature(x = "xcopula", kind = "ANY")

..

See Also

Copula class definition copula;

Examples

## FIXME

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.