Density of an rvinecopulib copula
eval_bi_density.bicop_rvinecopulib.Rd
Evaluates the density of a copula from the rvinecopulib package.
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.
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"