Old code for the copula likelihood function for Liouville copulas
The function is used internally for optimization.
.pliouv.opt_old(theta, data, family, alphavec, MC.approx = TRUE)
theta
: parameter of the corresponding Archimedean copuladata
: sample matrix from a Liouville copulafamily
: family of the Liouville copula. Either "clayton"
, "gumbel"
, "frank"
, "AMH"
or "joe"
alphavec
: vector of Dirichlet allocations (must be a vector of integers)MC.approx
: whether to use Monte-Carlo approximation for the inverse survival function (default is TRUE
)value of marginal density
Useful links