indepCopula-class | R Documentation |
Independence copula class.
Objects can be created by calls of the form new("indepCopula", ...)
or by function indepCopula()
. Such objects can be
useful as special cases of parametric copulas, bypassing
copula-specific computations such as distribution, density, and sampler.
dimension
:Object of class "numeric"
, dimension
of the copula.
exprdist
:an expression
of length two,
for the “formulas” of the cdf and pdf of the copula.
signature(copula = "indepCopula")
: ...
signature(copula = "indepCopula")
: ...
signature(copula = "indepCopula")
: ...
signature(copula = "indepCopula")
: ...
Class "indepCopula"
directly extends classes
"dimCopula"
and "parCopula"
.
indepCopula
; documentation for classes
dimCopula
and
parCopula
.
getClass("indepCopula")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.