rdirichlet_cpp {oeli} | R Documentation |
Draw from Dirichlet distribution
Description
This function draws from a Dirichlet distribution.
Usage
rdirichlet_cpp(concentration)
Arguments
concentration |
The non-negative concentration vector of length |
Details
This function performs no input checks. See rdirichlet
for the version with input checks.
Value
A column vector of length p
, the random draw.
[Package oeli version 0.5.2 Index]