ellipCopula-class: Class "ellipCopula"
Description
Copulas generated from elliptical multivariate distributions. Objects from the Class
Objects can be created by calls of the form new("ellipCopula", ...)
,
or by function ellipCopula
.Slots
dispstr
:- Object of class
"character"
, indicating
how the dispersion matrix is parameterized; can 'ex', 'ar1', 'toep',
or 'un'. dimension
:- Object of class
"numeric"
, dimension
of the copula. parameters
:- Object of class
"numeric"
,
parameter value. param.names
:- Object of class
"character"
,
parameter names. param.lowbnd
:- Object of class
"numeric"
,
parameter lower bound. param.upbnd
:- Object of class
"numeric"
,
parameter upper bound. fullname
:- Object of class
"character"
, family names
of the copula.
Extends
Class "ellipCopula"
extends class "copula"
directly.Class "normalCopula"
and "tCopula"
extends class
"ellipCopula"
directly.Methods
- dCopula
signature(copula = "normalCopula")
: ... - pCopula
signature(copula = "normalCopula")
: ... - rCopula
signature(copula = "normalCopula")
: ... - dCopula
signature(copula = "tCopula")
: ... - pCopula
signature(copula = "tCopula")
: ... - rCopula
signature(copula = "tCopula")
: ...