Mirrors the C# Multinomial class of the Numerics library.
Examples
mvdist_pdf(mvdist_multinomial(10, c(0.2, 0.3, 0.5)), c(2, 3, 5))
#> [1] 0.08505
Mirrors the C# Multinomial class of the Numerics library.
mvdist_pdf(mvdist_multinomial(10, c(0.2, 0.3, 0.5)), c(2, 3, 5))
#> [1] 0.08505