Learn R Programming

vfcp (version 1.4.0)

vfpripo: 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 pro[1:k] are upper values of the u. Next pro[-c(1:k)] are then all greater than or equal to 1.

Value

Numeric vector.

Examples

Run this code
# NOT RUN {
prk = c(0.99999, 0.9999, 0.999, 0.99, 8, 4, 2)
C = 0.1
u = vfpripo(ck = C, pro = prk)
# }

Run the code above in your browser using DataLab