powered by
v for Frank copula C(u, v) given probability C(u, v) and u.
v
C(u, v)
u
vffrank(C, u, tht)
Probability value of the Frank copula. It can be a vector.
The first variable value of the C(u, v). u can be a vector if C is a single. u is a matrix with nrow = length(C) if C is a vector.
C
nrow = length(C)
Copula parameter
The value of the second variable depending on the first variable and copula probability value.
The value of the u must be grater than C.
# NOT RUN { C <- 0.3 tht <- 6 u <- c(0.35, 0.4, 0.45) v <- vffrank(C, u, tht) kop = frankCopula(tht) pCopula(cbind(u, v), kop) # }
Run the code above in your browser using DataLab