Multivariate density, distribution, and dimension
Value
a single numeric (mvdist_pdf(), mvdist_log_pdf(), mvdist_cdf()), or a single
integer (mvdist_dimension()).
Examples
mv <- mvdist_normal(c(0, 0), diag(2))
mvdist_pdf(mv, c(0, 0))
#> [1] 0.1591549
mvdist_dimension(mv)
#> [1] 2