Learn R Programming

FDGcopulas (version 1.0)

rhoFDG: Spearman's rho of FDG copulas

Description

Calculates the Spearman's rho of FDG copulas.

Usage

rhoFDG(FDGcopula)

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.

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

tauFDG, utdcFDG, ltdcFDG

Examples

Run this code
## FDG copula with Frechet generators
myFDGcopula <- FDGcopula("frechet", c(.3,.5,.7,.9))
rhoFDG(myFDGcopula)

Run the code above in your browser using DataLab