biv_rho {cort} | R Documentation |
Computes the bivariate Spearmann's rho matrix for a copula.
biv_rho(copula)
## S4 method for signature 'Cort'
biv_rho(copula)
copula |
the copula object |
the density of the copula on each observation
biv_rho,Cort-method
: Method for the class Cort
cop <- Cort(LifeCycleSavings[,1:3])
biv_rho(cop)