copMult {HAC} | R Documentation |
d
-dim copula
Description
This function returns the values for d
-dimensional Archimedean copulae.
Usage
copMult(X, theta, type)
Arguments
X |
a |
theta |
the parameter of the copula. |
type |
all copula-types produced by Archimedean generators, see |
Details
If warnings are returned, see phi
.
Value
A vector containing the values of the copula.
See Also
Examples
# the arguments are defined
X = matrix(runif(300), ncol = 3)
# the values are computed
cop = copMult(X, theta = 1.5, type = 1)
[Package HAC version 1.1-0 Index]