qcond {CopulaGAMM} | R Documentation |
This function computes the quantile of conditional cdf C(U|v) for a copula C
qcond(w, v, family, cpar, rot = 0)
w |
probability |
v |
value of the conditioning variable in (0,1) |
family |
"gaussian" , "t" , "clayton" , "fgm", "frank" , "gumbel", "plackett", "galambos", "huesler-reiss" |
cpar |
copula parameter (vector) |
rot |
rotation: 0 (default), 90, 180 (survival), or 270 |
U |
Conditional quantile |
U |
Conditional quantile |
Pavel Krupskii and Bruno N. Remillard, January 20, 2022
U = qcond(0.1,0.2,"gaussian",0.87)