rplac {CopulaInference} | R Documentation |
Generates observations from the Plackett copula
Description
This function generates observations from a Plackett copula with parameter par>0.
Usage
rplac(n, rotation = 0, par)
Arguments
n |
Number of pairs to be generated |
rotation |
Rotation: 0 (default value), 90, 180, or 270. |
par |
Copula parameter >0 |
Value
U |
Matrix of observations |
Examples
rplac(10,rotation=90,par=2)
[Package CopulaInference version 0.5.0 Index]