Usage
archmTau(alpha = NULL, type = archmList(), lower = 1.0e-10)
archmRho(alpha = NULL, type = archmList(), method = c("integrate2d", "adapt"),
error = 1.0e-5)
archmTailCoeff(alpha = NULL, type = archmList())
archmTailPlot(alpha = NULL, type = archmList(), tail = c("Upper", "Lower"))
Arguments
alpha
the parameter of the Archemedean copula. A numerical value.
error
[archmRho] -
the error bound to be achieved by the integrate2d
integration formula. A numeric value, by default error=1.0e-5
.
lower
[archmTau] -
a numeric value setting the lower bound for the internal integration
function integrate
.
tail
[archmTailPlot] -
a character string, either "Upper"
or "Lower"
denoting
which of the two tails should be displayed. By default the upper
tail dependence will be considered.
type
the type of the Archimedean copula. A character string ranging
beween "1"
and "22"
. By default copula No. 1 will
be chosen.
method
[archmRho] -
a character string that determines which integration method should be
used, either "integrate2d"
or "adapt"
. If the second
method is selected the contributed R package "adapt"
is