isliouv_m | R Documentation |
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.
isliouv_m(u, family, alphavec, theta)
u |
vector of survival probabilities |
family |
family of the Liouville copula. Either |
alphavec |
vector of Dirichlet allocations (must be a vector of integers) |
theta |
parameter of the corresponding Archimedean copula |
a vector of same length as u
with the quantile at 1-u
u <- rliouv(n = 10, family = "clayton", alphavec <- c(2,3), theta = 2)
isliouv_m(u=u, family="clayton", alphavec=c(2,3), theta=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.