plackett.copula: Cumulative density function of the Plackett copula

View source: R/plackett.copula.R

plackett.copulaR Documentation

Cumulative density function of the Plackett copula

Description

Cumulative density function of the Plackett copula evaluated at points (u,v) with given parameter exp(beta %*%cov)

Usage

plackett.copula(u, v, beta, cov)

Arguments

u

vector of points in [0,1] representing the first coordinate where the Plackett copula must be evaluated

v

vector of points in [0,1] representing the second coordinate where the Plackett copula must be evaluated

beta

vector of coefficients to be multiplied with the covariates in order to determine the parameter of the Plackett copula

cov

vector of covariates to be multipleid with the coefficients in order to determine the parameter of the Plackett copula

Value

Cumulative density function of the Plackett copula evaluated at points (u,v) with given parameter exp(beta %*%cov)

Note

This is not to be called by the user.

Author(s)

Kris Bogaerts kris.bogaerts@kuleuven.be

References

R.L. Plackett (1965) A Class of Bivariate Distributions. emphJournal of the American Statistical Association, 60:516–522.


icensBKL documentation built on Sept. 19, 2022, 5:06 p.m.