copula-class {copula}R Documentation

Class "copula"

Description

A class of multivariate distribution with uniform margins.

Objects from the Class

Objects can be created by calls of the form new("copula", ...).

Slots

dimension:
Object of class "numeric", dimension of the copula.
parameters:
Object of class "numeric", parameter values.
param.names:
Object of class "character", parameter names.
param.lowbnd:
Object of class "numeric", parameter lower bounds.
param.upbnd:
Object of class "numeric", parameter upper bounds.
message:
Object of class "character", families of the copula.

Warning

This implementation is still at the experimental stage and is subject to change during the development.

Note

The 'copula' class is extended by the 'archmCopula' and 'ellipCopula' classes. Objects of implemented copulas can be created from functions 'archmCopula' and 'ellipcopula'.

Author(s)

Jun Yan <jyan@stat.uiowa.edu>

See Also

archmCopula-class, ellipCopula-class


[Package copula version 0.3-7 Index]