Usage
revCopula(n, param = NULL, type = evList())
pevCopula(u = 0.5, v = u, param = NULL, type = evList(),
output = c("vector", "list"), alternative = FALSE )
devCopula(u = 0.5, v = u, param = NULL, type = evList(),
output = c("vector", "list"), alternative = FALSE ) revSlider(B = 10)
pevSlider(type = c("persp", "contour"), B = 10)
devSlider(type = c("persp", "contour"), B = 10)
Arguments
alternative
[evRho][evTau][*evCopula] -
Should the probability be computed alternatively in a
direct way from the probability formula or by default
via the dependency function?
B
[*Slider] -
the maximum slider menu value when the boundary value is
infinite. By default this is set to 10.
n
[revCopula][evCopulaSim] -
the number of random deviates to be generated, an integer value.
output
[*evCopula] -
output - a character string specifying how the output should
be formatted. By default a vector of the same length as
u
and v
. If specified as "list"
then u
and
param
[*ev*][A*] -
distribution and copulae parameters.
A numeric value or vector of named parameters as required by
the copula specified by the variable type
.
If set to NULL
, then the default parameters will
type
[*ev*][Afunc] -
the type of the extreme value copula. A character
string selected from: "gumbel", "galambos", "husler.reiss",
"tawn", or "bb5".
[evSlider] -
a character string specifying the plot type. Either a
perspec
u, v
[*evCopula][*archmCopula] -
two numeric values or vectors of the same length at which
the copula will be computed. If u
is a list then the
the $x
and $y
elements will be used as u
...
[evCopulaFit] -
arguments passed to the optimization function nlminb
.