isliouv_m: Multiple marginal inverse survival function of Liouville...

View source: R/liouville.R

isliouv_mR Documentation

Multiple marginal inverse survival function of Liouville vectors

Description

This function is a wrapper around isliouvm; it allows the user to treat all the data matrix simultaneously by applying different parameters to each margin.

Usage

isliouv_m(u, family, alphavec, theta)

Arguments

u

vector of survival probabilities

family

family of the Liouville copula. Either "clayton", "gumbel", "frank", "AMH" or "joe"

alphavec

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

theta

parameter of the corresponding Archimedean copula

Value

a vector of same length as u with the quantile at 1-u

Examples

u <- rliouv(n = 10, family = "clayton", alphavec <- c(2,3), theta = 2)
isliouv_m(u=u, family="clayton", alphavec=c(2,3), theta=2)

lcopula documentation built on April 21, 2023, 9:07 a.m.