powered by
Distribution function of an Archimedean copula (archm) class object.
pCop(copula, vector = FALSE, express = TRUE)
an Archimedean copula (archm) class object.
logical. If false, returns a function or a character string with (u_1, u_2, ..., u_dim) as arguments, else, just (u).
logical. If false, returns a function, else, a character string.
The distribution function in the form of either a function or a character string.
rCop, Clayton, AMH, Gumbel, Frank
# 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