ddirmult {hwep} | R Documentation |
PMF of Dirichlet-multinomial distribution
Description
PMF of Dirichlet-multinomial distribution
Usage
ddirmult(x, alpha, lg = FALSE)
Arguments
x |
The vector of counts. |
alpha |
The vector of concentration parameters. |
lg |
A logical. Should we log the density ( |
Author(s)
David Gerard
Examples
ddirmult(c(1, 2, 3), c(1, 1, 1))
ddirmult(c(2, 2, 2), c(1, 1, 1))
[Package hwep version 2.0.2 Index]