powered by
The function computes Kendall's \(\tau\) for the given model, given alphavec
alphavec
liouv.Tau(theta, family, alphavec)
vector of \(\tau\)
parameter of the corresponding Archimedean copula
family of the Liouville copula. Either "clayton" or "gumbel"
"clayton"
"gumbel"
vector of Dirichlet allocations (must be a vector of integers)
liouv.Tau(theta=2, family="gumbel", alphavec=c(1,2)) liouv.Tau(theta=1, family="clayton", alphavec=c(2,1))
Run the code above in your browser using DataLab