pCop: Distribution function of archm class objects

Description Usage Arguments Value Author(s) See Also Examples

Description

Distribution function of an Archimedean copula (archm) class object.

Usage

1
pCop(copula, vector = FALSE, express = TRUE)

Arguments

copula

an Archimedean copula (archm) class object.

vector

logical. If false, returns a function or a character string with (u_1, u_2, ..., u_dim) as arguments, else, just (u).

express

logical. If false, returns a function, else, a character string.

Value

The distribution function in the form of either a function or a character string.

Author(s)

Simon-Pierre Gadoury

See Also

rCop, Clayton, AMH, Gumbel, Frank

Examples

1
2
3
cop <- Clayton(5, 2)
pCop(cop, vector = TRUE, express = TRUE)
pCop(cop, vector = FALSE, express = TRUE)

Spgadou/nCopula documentation built on May 9, 2019, 1:53 p.m.