Learn R Programming

FactorCopulaModel (version 0.1.1)

gumbel_rhoS2cpar: Gumbel: Spearman rho to copula parameter

Description

Gumbel: Spearman rho to copula parameter

Usage

gumbel_rhoS2cpar(rho)

Value

vector of Gumbel copula parameters with the given rho

Arguments

rho

vector of Spearman values, 0<rho<1

Examples

Run this code
rho = seq(0.1,0.5,0.1)
gumbel_rhoS2cpar(rho)

Run the code above in your browser using DataLab