Learn R Programming

lcopula (version 1.0.7)

liouv.Tau: Computes Kendall's tau for Clayton or Gumbel Liouville copula

Description

The function computes Kendall's \(\tau\) for the given model, given alphavec

Usage

liouv.Tau(theta, family, alphavec)

Value

vector of \(\tau\)

Arguments

theta

parameter of the corresponding Archimedean copula

family

family of the Liouville copula. Either "clayton" or "gumbel"

alphavec

vector of Dirichlet allocations (must be a vector of integers)

Examples

Run this code
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