dependence_measures: Calculates Kendall's tau, upper tail dependence, and lower...

View source: R/dynohelpers.R

dependence_measuresR Documentation

Calculates Kendall's tau, upper tail dependence, and lower tail dependence for a given copula.

Description

Calculates Kendall's tau, upper tail dependence, and lower tail dependence for a given copula.

Usage

dependence_measures(pars, fam1, fam2 = NULL)

Arguments

pars

A vector of relevant parameter values

fam1

An integer representing the family of the first component copula.

fam2

An integer representing the family of the second component copula. Defaults to NULL

Details

Providing only fam1 indicates that the user wants the dependence values for a single coplula. Providing both fam1 and fam2 will return the dependence measures for a mixture copula.

Value

A list of:

  1. upper and lower tail-dependence values

  2. Kendall's tau


LucasDowiak/dynocopula documentation built on April 12, 2024, 1:32 p.m.