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

biv_tauR Documentation

Kendall's tau matrix of a copula

Description

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

Usage

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

  • biv_tau,Cort-method: Method for the class Cort

Examples

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


lrnv/cort documentation built on Dec. 11, 2023, 12:43 a.m.