Learn R Programming

lcopula (version 1.0.7)

liouv.iTau: Moment estimate for theta derived from Kendall's tau formula

Description

The moment estimates are based on inversion of the formula Kendall's tau for Clayton or Gumbel Liouville copula

Usage

liouv.iTau(tau_hat, family, alphavec)

Value

Vector of theta

Arguments

tau_hat

estimated vector of Kendall's tau values

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.iTau(0.5,family="gumbel", c(1,2))
liouv.iTau(0.5,family="clayton", c(3,2))

Run the code above in your browser using DataLab