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

fgmCopula-class

Class "fgmCopula" - Multivariate Multiparameter Farlie-Gumbel-Morgenstern Copulas


Description

The class of multivariate multiparameter Farlie-Gumbel-Morgenstern copulas are typically created via fgmCopula(..).

Objects from the Class

Objects are typically created by fgmCopula(..), or more low-level by (careful) calls to new("fgmCopula", ..).

Slots

exprdist:

Object of class "expression", expressions for the cdf and pdf of the copula. These expressions are used in function pCopula() and dCopula().

subsets.char:

Object of class "character", containing the subsets of integers used for naming the parameters.

dimension:

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

parameters:

Object of class "numeric", parameter values.

param.names:

Object of class "character", parameter names.

param.lowbnd:

Object of class "numeric", parameter lower bound.

param.upbnd:

Object of class "numeric", parameter upper bound.

fullname:

Object of class "character", family names of the copula (deprecated).

Methods

dCopula

signature(copula = "fgmCopula"): ...

pCopula

signature(copula = "fgmCopula"): ...

rCopula

signature(copula = "fgmCopula"): ...

Extends

Class "fgmCopula" extends class "copula" directly.

Note

The verification of the validity of the parameter values is of high complexity and may not work for high dimensional copulas.

The random number generation needs to be properly tested, especially for dimensions higher than 2.

References

Nelsen, R. B. (2006), An introduction to Copulas, Springer, New York.

See Also

copula-class, fgmCopula-class; to create such objects, use fgmCopula(); see there, also for examples.


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.