pplac {CopulaInference} | R Documentation |
Cdf for Plackett copula
Description
This function computes the distribution function of the Plackett copula with parameter par>0.
Usage
pplac(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
cdf |
Value of cdf |
Examples
pplac(c(0.5,0.8),270,3)
[Package CopulaInference version 0.5.0 Index]