indepCopula | R Documentation |
Constructs an independence copula with its corresponding dimension.
indepCopula(dim = 2)
dim |
the dimension of the copula. |
An independence copula object of class "indepCopula"
.
Mathematically, the independence copula is also a special
(boundary) case of e.g., classes "archmCopula"
,
"ellipCopula"
, and "evCopula"
.
indep.cop <- indepCopula(3)
x <- rCopula(10, indep.cop)
dCopula(x, indep.cop)
persp(indepCopula(), pCopula)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.