Skip to contents

Makes a copula belonging to the Integrated Gamma (IG) and IG Limit (IGL) families of copulas.

Usage

cop_ig(theta, alpha)

cop_igl(alpha)

Arguments

theta, alpha

Parameters; positive numeric.

Examples

cop_ig(0.3, 1.4)
#> ig paramcop cop
#> 
#>  name :
#> [1] "ig"
cop_igl(1.4)
#> igl paramcop cop
#> 
#>  name :
#> [1] "igl"