powered by
The Plackett copula class.
Objects can be created by new("plackettCopula", ...) but are typically produced by plackettCopula(alpha).
new("plackettCopula", ...)
plackettCopula(alpha)
dimension
Numeric (scalar), the dimension of the copula.
exprdist
a length two expression with expressions for the CDF and PDF of the copula.
expression
parameters
a number (numeric vector of length one) specifying the non negative parameter.
param.names
the "character" string "alpha".
"character"
"alpha"
param.lowbnd
the number 0.
0
param.upbnd
the number Inf.
Inf
fullname
(deprecated; do not use!)
Typical copula methods work, see "plackettCopula" and use methods(class = "plackettCopula").
"plackettCopula"
methods(class = "plackettCopula")
Class "plackettCopula" extends class "copula" directly.
"copula"
Nelsen, R. B. (2006), An introduction to Copulas, Springer, New York.
copula-class, plackettCopula.
copula-class
plackettCopula
str(plackettCopula()) plackettCopula()@exprdist[["cdf"]] methods(class = "plackettCopula") contourplot2(plackettCopula(7), pCopula) wireframe2(plackettCopula(5), dCopula, main= "plackettCopula(5)")
Run the code above in your browser using DataLab