Classes Representing Extreme-Value Copulas
Class evCopula
is the virtual (mother) class of all
extreme-value copulas. There currently are five subclasses,
"galambosCopula"
, "huslerReissCopula"
,
"tawnCopula"
, "tevCopula"
, and "gumbelCopula"
,
the latter of which is also an Archimedean copula, see the page for
class "archmCopula"
.
evCopula
is a virtual class: No objects may be created from it.
Objects of class "galambosCopula"
etc, can be created by calls
of the form new("galambosCopula", ...)
, but typically rather by
galambosCopula()
, etc, see there.
All slots are inherited from the mother class
"copula"
, see there.
signature(copula = "galambosCopula")
: ...
signature(copula = "galambosCopula")
: ...
signature(copula = "galambosCopula")
: ...
signature(copula = "huslerReissCopula")
: ...
signature(copula = "huslerReissCopula")
: ...
signature(copula = "huslerReissCopula")
: ...
Class "evCopula"
extends class "copula"
directly. Classes "galambosCopula"
, "huslerReissCopula"
,
"tawnCopula"
, and "tevCopula"
extend class
"evCopula"
directly.
Objects of class "gumbelCopula"
are also of class
"archmCopula"
.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.