Skip to contents

Evaluates the density of a copula from the rvinecopulib package.

Usage

eval_bi_density.bicop_rvinecopulib(distribution, x, y)

Arguments

distribution

An rvinecopulib copula, as in the output of cop_rvinecopulib().

x, y

Vectors of values between 0 and 1 in which to evaluate the copula density.

Value

A vector of copula density values.

Examples

cop <- cop_rvinecopulib("frank", rotation = 0, parameters = 2)
eval_bi_density(cop, c(0.2, 0.7, 0.4), 0.2)
#> Error in eval_bi_density(cop, c(0.2, 0.7, 0.4), 0.2): could not find function "eval_bi_density"