PLACKETTsim | R Documentation |
Plackett copula simulation (Nelsen, 2006, pp. 89–92) (PLACKETTcop
) is made by this function using analytical formula (Durante, 2007, p. 247; see source code). The PLACKETTsim
function exists for comparison against the numerical derivative (conditional distribution method) methods (simCOP
, simCOPmicro
) otherwise used in copBasic.
PLACKETTsim(n, para=NULL, ...)
n |
Sample size; |
para |
The |
... |
Additional arguments to pass. |
An R data.frame
of the values U
and V
for the nonexceedance probabilities is returned.
W.H. Asquith
Durante, F., 2007, Families of copulas, Appendix C, in Salvadori, G., De Michele, C., Kottegoda, N.T., and Rosso, R., 2007, Extremes in Nature—An approach using copulas: Springer, 289 p.
Nelsen, R.B., 2006, An introduction to copulas: New York, Springer, 269 p.
PLACKETTcop
, PLACKETTpar
PLACKETTsim(10, para= 1 ) # simulate P (independence) copula through a Plackett
PLACKETTsim(10, para=20.3) # simulate strong positive Plackett
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.