biv_tau | R Documentation |
Computes the bivariate Kendall's tau matrix for a copula.
biv_tau(copula)
## S4 method for signature 'Cort'
biv_tau(copula)
copula |
the copula object |
the density of the copula on each observation
biv_tau,Cort-method
: Method for the class Cort
cop <- Cort(cort::funcdep_data[1:10,1:3])
biv_tau(cop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.