Description Usage Arguments Details Value
Vectorised multionimial distribution
1 | dmultinom_v(counts, prob)
|
counts |
numeric matrix; matrix of K columns of integers in 0:size. each sample is a row |
prob |
numeric non-negative matrix with K columns, specifying the probability for the K classes; is internally normalized to sum 1. Infinite and missing values are not allowed. Each sample is a row. |
vectorised version of R base dmultinom
LOG probability density / likelihood of the data counts given the parameters in prob
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.