Learn R Programming

copula (version 0.999-15)

plackettCopula: Construction of a Plackett Copula Class Object

Description

Constructs a Plackett copula class object with its corresponding parameter.

Usage

plackettCopula(param)

Arguments

param
a numeric vector specifying the parameter values.

Value

A Plackett copula object of class "plackettCopula".

References

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

See Also

ellipCopula, archmCopula.

Examples

Run this code
plackett.cop <- plackettCopula(param=2)

Run the code above in your browser using DataLab