Skip to contents

Density of a copula-based bivariate distribution

Usage

eval_bi_density.bidst_cop(distribution, x, y)

Arguments

distribution

Bivariate distribution.

x, y

Vectors of values to evaluate the distribution at.

Value

Vector of density values.

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"