dplac {CopulaInference} | R Documentation |
Density of Plackett copula
Description
This function computes the density of the Plackett copula with parameter par>0.
Usage
dplac(data, rotation = 0, par)
Arguments
data |
Matrix (x,y) of size n x 2 |
rotation |
Rotation: 0 (default value), 90, 180, or 270. |
par |
Copula parameter >0 |
Value
pdf |
Density |
Examples
dplac(c(0.5,0.8),par=3,rotation=270)
[Package CopulaInference version 0.5.0 Index]