vfpripo {vfcp} | R Documentation |
Computation of the vector u
to compute the second vector v
Description
Auxiliary function. Each vector value u
must be greater
than the probability of the copula.
Usage
vfpripo(ck, pro)
Arguments
ck |
Copula probability. Single value. Not a vector. |
pro |
Numeric vector. Its |
Value
Numeric vector.
Author(s)
Josef Brejcha
Examples
prk = c(0.99999, 0.9999, 0.999, 0.99, 8, 4, 2)
C = 0.1
u = vfpripo(ck = C, pro = prk)
[Package vfcp version 1.4.0 Index]