dplac | R Documentation |
This function computes the density of the Plackett copula with parameter par>0.
dplac(data, rotation = 0, par)
data |
Matrix (x,y) of size n x 2 |
rotation |
Rotation: 0 (default value), 90, 180, or 270. |
par |
Copula parameter >0 |
pdf |
Density |
dplac(c(0.5,0.8),par=3,rotation=270)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.