ArchimedeanDependency | R Documentation |
A collection and description of functions to
investigate bivariate Archimedean copulae.
Archimedean Copulae Functions:
archmTau | Computes Kendall's tau for Archimedean copulae, |
archmRho | computes Spearman's rho for Archimedean copulae, |
archmTailCoeff | computes tail dependence for Archimedean copulae, |
archmTailPlot | plots tail dependence for Archimedean copulae. |
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"))
alpha |
the parameter of the Archemedean copula. A numerical value. |
error |
[archmRho] - |
lower |
[archmTau] - |
tail |
[archmTailPlot] - |
type |
the type of the Archimedean copula. A character string ranging
beween |
method |
[archmRho] - |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.