rplac: Generates observations from the Plackett copula

View source: R/rplac.R

rplacR 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)



CopulaInference documentation built on April 21, 2023, 9:07 a.m.