powered by
This function returns the values for \(d\)-dimensional Archimedean copulae.
copMult(X, theta, type)
A vector containing the values of the copula.
a \(n \times d\) matrix, where \(d\) refers to the dimension of the copula.
the parameter of the copula.
all copula-types produced by Archimedean generators, see phi for an overview of implemented families.
phi
If warnings are returned, see phi.
pHAC
# the arguments are defined X = matrix(runif(300), ncol = 3) # the values are computed cop = copMult(X, theta = 1.5, type = 1)
Run the code above in your browser using DataLab