fhCopula-class | R Documentation |
Fréchet-Hoeffding bound copula class.
Created by calls of the form new("fhCopula", ...)
or rather
typically by fhCopula()
, lowfhCopula()
, or
upfhCopula()
. Actual (sub) classes are the lower and upper
Fréchet-Hoeffding bound copulas lowfhCopula()
(W
), and upfhCopula()
(M
).
dimension
:inherited from
super class "dimCopula"
.
exprdist
:an expression
of length two,
named "cdf"
with the R expression of the CDF, and
"pdf"
which is empty as the PDF does not exist (everywhere).
ellipCopula
, archmCopula
,
evCopula
.
The class constructors are fhCopula()
,
lowfhCopula()
, and upfhCopula()
. See there for
examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.