biv_tau-methods: Kendall's tau matrix of a copula

Description Usage Arguments Value Functions Examples

Description

Computes the bivariate Kendall's tau matrix for a copula.

Usage

1
2
3
4
biv_tau(copula)

## S4 method for signature 'Cort'
biv_tau(copula)

Arguments

copula

the copula object

Value

the density of the copula on each observation

Functions

Examples

1
2
cop <- Cort(cort::funcdep_data[1:10,1:3])
biv_tau(cop)

cort documentation built on Jan. 13, 2021, 8:57 p.m.