Density of a copula-based bivariate distribution
eval_bi_density.bidst_cop.Rd
Density of a copula-based bivariate distribution
Examples
d <- bind_marginals(
distionary::dst_norm(0, 1),
distionary::dst_exp(1),
cop_ig(2, 4)
)
#> Error in loadNamespace(x): there is no package called ‘distionary’
eval_bi_density(d, x = -3:3, y = 1)
#> Error in eval_bi_density(d, x = -3:3, y = 1): could not find function "eval_bi_density"