Learn R Programming

nCopula (version 0.1.1)

pCop: Distribution function of archm class objects

Description

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

Usage

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.

See Also

rCop, Clayton, AMH, Gumbel, Frank

Examples

Run this code
# NOT RUN {
cop <- Clayton(5, 2)
pCop(cop, vector = TRUE, express = TRUE)
pCop(cop, vector = FALSE, express = TRUE)

# }

Run the code above in your browser using DataLab