ArchimedeanGenerator {fCopulae} | R Documentation |
Bivariate Archimedean Copulae
Description
A collection and description of functions
concerned with the generator function for
the Archimedean copula and with functions
for setting and checking the distributional
parameters.
Functions:
evList | Returns list of implemented Archimedean copulae, |
archmParam | Sets default parameters for an Archimedean copula, |
archmRange | returns the range of valid rho values, |
archmCheck | checks if rho is in the valid range, |
Phi | Computes generator Phi, inverse and derivatives, |
PhiSlider | displays interactively generator function, |
Kfunc | computes copula density and its inverse, |
KfuncSlider | displays interactively density function. |
Usage
archmList()
archmParam(type = archmList())
archmRange(type = archmList(), B = Inf)
archmCheck(alpha, type = archmList())
Phi(x, alpha = NULL, type = archmList(), inv = FALSE, deriv = paste(0:2))
PhiSlider(B = 5)
Kfunc(x, alpha = NULL, type = archmList(), inv = FALSE, lower = 1.0e-8)
KfuncSlider(B = 5)
Arguments
alpha |
[Phi*][*archmCopula] - |
B |
[archmRange] - |
deriv |
[Phi] - |
inv |
[Phi][Kfunc] - |
lower |
[Kfunc] - |
type |
[*archmCopula][Phi][Kfunc] - |
x |
[Kfunc] - |
Value
The function Phi
returns a numeric vector with the values
computed from the Archemedean generator, its derivatives, or its
inverse.
The function Kfunc
returns a numeric vector with the
values of the density and inverse for Archimedian copulae.
Author(s)
Diethelm Wuertz for the Rmetrics R-port.
References
RB Nelson - An Introduction to Copulas
Examples
## archmList -
# Return list of implemented copulae:
archmList()