vfpripo: Computation of the vector 'u' to compute the second vector...

Description Usage Arguments Value Author(s) Examples

View source: R/vfpripo.R

Description

Auxiliary function. Each vector value u must be greater than the probability of the copula.

Usage

1
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.

Author(s)

Josef Brejcha

Examples

1
2
3
prk = c(0.99999, 0.9999, 0.999, 0.99, 8, 4, 2)
C = 0.1
u = vfpripo(ck = C, pro = prk)

vfcp documentation built on May 2, 2019, 2:52 p.m.