acopula-package {acopula}R Documentation

Modelling dependence with multivariate Archimax (or any user-defined continuous) copulas.

Description

Archimax copulas are mixture of Archimedean and EV copulas. The package provides definitions of several parametric families of generator and dependence function, computes CDF and PDF, estimates parameters, tests for goodness of fit, generates random sample and checks copula properties for custom constructs. In 2-dimensional case explicit formulas for density are used, in the contrary to higher dimensions when all derivatives are linearly approximated. Several non-archimax families (normal, FGM, Plackett) are provided as well.

Details

Generators, dependence functions and generic copula definition lists are generated by functions named starting with gen, dep and cop, respectively. Definition lists are supplied to functions xCopula where x stands for p (probability distribution f., CDF), d (probability density f., PDF), r (random sampling), c (conditional CDF), q (quantile function), e (parameter estimation), g (goodness-of-fit test), is (copula properties check).

Author(s)

Tomas Bacigal

Maintainer: Tomas Bacigal <bacigal@math.sk>

References

Bacigál, T. (2012): Recent tools for modelling dependence with copulas and R. Forum Statisticum Slovacum 8(1), 62–67.

Capéraá, P., Fougéres, A.-L., Genest, C. (2000): Bivariate distributions with given extreme value attractor. J.Multivariate Anal. 72(1) 30–49.

Mesiar, R., Jágr, V. (2012): d-Dimensional dependence functions and Archimax copulas. Fuzzy Sets and Systems, in press.

Bacigál, T. (2013): R Package to Handle Archimax or Any User-Defined Continuous Copula Construction. Aggregation Functions in Theory and in Practise. Springer Berlin Heidelberg, 75–84.


[Package acopula version 0.9.4 Index]