indepCopula-class {copula} | R Documentation |
Independent copula class.
Objects can be created by calls of the form new("indepCopula",
...)
or by function "indepCopula"
. Such objects can be
useful as special cases of parametric copulas, bypassing
copula-specific computations such as distribution, density, and sampler.
dimension
:"numeric"
, dimension
of the copula. parameters
:"numeric"
,
parameter values. param.names
:"character"
,
parameter names. param.lowbnd
:"numeric"
,
parameter lower bounds. param.upbnd
:"numeric"
,
parameter upper bounds. message
:"character"
, family names
of the copula. signature(copula = "indepCopula")
: ... signature(copula = "indepCopula")
: ... signature(copula = "indepCopula")
: ... signature(copula = "indepCopula")
: ...