ExtremeValueDependency | R Documentation |
A collection and description of functions to investigate
bivariate extreme value copulae.
Extreme Value Copulae Functions:
evTau | Computes Kendall's tau for extreme value copulae, |
evRho | computes Spearman's rho for extreme value copulae, |
evTailCoeff | computes tail dependence for extreme value copulae, |
evTailCoeffSlider | plots tail dependence for extreme value copulae. |
evTau(param = NULL, type = evList(), alternative = FALSE) evRho(param = NULL, type = evList(), alternative = FALSE) evTailCoeff(param = NULL, type = evList()) evTailCoeffSlider(B = 10)
alternative |
[evRho][evTau][*evCopula] - |
B |
[*Slider] - |
param |
[*ev*][A*] - |
type |
[*ev*][Afunc] - |
The function pcopula
returns a numeric matrix of probabilities
computed at grid positions x
|y
.
The function parchmCopula
returns a numeric matrix with values
computed for the Archemedean copula.
The function darchmCopula
returns a numeric matrix with values
computed for thedensity of the Archemedean copula.
The functions Phi*
return a numeric vector with the values
computed from the Archemedean generator, its derivatives, or its
inverse.
The functions cK
and cKInv
return a numeric vector with the
values of the density and inverse for Archimedian copulae.
Diethelm Wuertz for the Rmetrics R-port.
## fCOPULA - getClass("fCOPULA") getSlots("fCOPULA") ## revCopula - # Not yet implemented # revCopula(n = 10, type = "galambos") ## pevCopula - pevCopula(u = grid2d(), type = "galambos", output = "list") ## devCopula - devCopula(u = grid2d(), type = "galambos", output = "list") ## AfuncSlider - # Generator, try: ## Not run: AfuncSlider()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.