dplac: Density of Plackett copula

View source: R/dplac.R

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



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