rudirichlet {familial} | R Documentation |
Uniform Dirichlet distribution
Description
Random number generation for the uniform Dirichlet distribution (having all concentration parameters set to one).
Usage
rudirichlet(n, d)
Arguments
n |
the number of observations |
d |
the number of dimensions |
Value
A matrix; each row is a random draw and each column is a dimension.
Author(s)
Ryan Thompson <ryan.thompson1@unsw.edu.au>
[Package familial version 1.0.5 Index]