rdirichlet {dppmix}R Documentation

Random generator for the Dirichlet distribution.

Description

Random generator for the Dirichlet distribution.

Usage

rdirichlet(n, alpha)

Arguments

n

number of vectors to generate

alpha

vector of parameters of the Dirichlet distribution

Value

a matrix in which each row vector is Dirichlet distributed


[Package dppmix version 0.1.1 Index]