pcondgum {CopulaGAMM} | R Documentation |
Conditional Gumbel (B6)
Description
Conditional Gumbel (B6)
Usage
pcondgum(u, v, cpar)
Arguments
u |
values at which the cdf is evaluated |
v |
value of the conditioning variable in (0,1) |
cpar |
copula parameter >1 |
Value
ccdf |
Conditional cdf |
Examples
pcondgum(0.5,0.6,2)
[Package CopulaGAMM version 0.4.1 Index]