rdirichlet_cpp {oeli} | R Documentation |
This function draws from a Dirichlet distribution.
rdirichlet_cpp(concentration)
concentration |
The non-negative concentration vector of length |
This function performs no input checks. See rdirichlet
for the version with input checks.
A column vector of length p
, the random draw.