Learn R Programming

copBasic (version 1.5.1)

PLACKETTsim: Direct Simulation of a Plackett Copula

Description

Simulation of the Plackett Copula is made by this function.

Usage

PLACKETTsim(n, para=NULL, ...)

Arguments

n
Sample size,
para
A vector (single element) of parameters---the $\Theta$ parameter, and
...
Additional arguments to pass.

Value

  • A data frame of the values are returned.

References

Nelson, R.B., 2006, An introduction to copulas: New York, Springer, 269 p.

Salvadori, G., De Michele, C., Kottegoda, N.T., and Rosso, R., 2007, Extremes in nature---An approach using copulas: Dordrecht, Netherlands, Springer, Water Science and Technology Library 56, 292 p.

See Also

M, W, P

Examples

Run this code
PLACKETTsim(10,para=c(1)) # simulate P copula through a Plackett
PLACKETTsim(10,para=c(20)) # simulate strong positive Plackett

Run the code above in your browser using DataLab