Learn R Programming

copula (version 0.99-4)

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

R.L. Plackett (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)
tailIndex(plackett.cop)

Run the code above in your browser using DataLab