copMult | R Documentation |
d
-dim copula
This function returns the values for d
-dimensional Archimedean copulae.
copMult(X, theta, type)
X |
a |
theta |
the parameter of the copula. |
type |
all copula-types produced by Archimedean generators, see |
If warnings are returned, see phi
.
A vector containing the values of the copula.
pHAC
# the arguments are defined
X = matrix(runif(300), ncol = 3)
# the values are computed
cop = copMult(X, theta = 1.5, type = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.