copula (version 0.999-19)

indepCopula-class: Class "indepCopula"

Description

Independence copula class.

Arguments

Objects from the 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.

Slots

dimension:

Object of class "numeric", dimension of the copula.

exprdist:

an expression of length two, for the “formulas” of the cdf and pdf of the copula.

% used in ../R/dC-dc.R

Methods

A

signature(copula = "indepCopula"): ...

dCopula

signature(copula = "indepCopula"): ...

pCopula

signature(copula = "indepCopula"): ...

rCopula

signature(copula = "indepCopula"): ...

Extends

Class "indepCopula" directly extends classes "'>dimCopula" and "'>parCopula".

See Also

indepCopula; documentation for classes '>dimCopula and '>parCopula.

Examples

Run this code
# NOT RUN {
getClass("indepCopula")
# }

Run the code above in your browser using DataCamp Workspace