ArchimedeanModelling {fCopulae} | R Documentation |
Bivariate Archimedean Copulae
Description
A collection and description of functions to
investigate bivariate Archimedean copulae.
Archimedean Copulae Functions:
archmCopulaSim | simulates an Archimedean copula, |
archmCopulaFit | fits the parameters of an Archimedean copula. |
Usage
archmCopulaSim(n, alpha = NULL, type = archmList())
archmCopulaFit(u, v = NULL, type = archmList(), ...)
Arguments
alpha |
[Phi*][*archmCopula] - |
n |
[rarchmCopula] - |
type |
the type of the Archimedean copula. A character string ranging
beween |
u , v |
[*archmCopula] - |
... |
[archmCopulaFit] - |
Value
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.
Author(s)
Diethelm Wuertz for the Rmetrics R-port.