tauFDG: Kendall's tau of FDG copulas

Description Usage Arguments Value Author(s) References See Also Examples

Description

Calculates the Kendall's tau of FDG copulas.

Usage

1

Arguments

FDGcopula

the FDG copula class object

Value

A matrix of size 'd' times 'd', where 'd' is the dimension of the copula. The element in the i-th row and j-th column is the dependence coefficient of the i-th and j-th variable.

Author(s)

Gildas Mazo

References

Mazo G., Girard, S., Forbes, F. A flexible and tractable class of one-factor copulas, http://hal.archives-ouvertes.fr/hal-00979147

See Also

rhoFDG, utdcFDG, ltdcFDG

Examples

1
2
3
## FDG copula with Frechet generators
myFDGcopula <- FDGcopula("cuadrasauge", c(.3,.5,.7,.9))
tauFDG(myFDGcopula)

FDGcopulas documentation built on May 2, 2019, 6:18 a.m.