Create a Dirichlet Process object
Using a previously created Mixing Distribution Object (mdObject) create a Dirichlet process object. ``alphaPriorParameters` sets the parameters for alpha using the shape-rate specification of the gamma distribution.
mdObject
DirichletProcessCreate( x, mdObject, alphaPriorParameters = c(1, 1), mhDraws = 250 )
x
alphaPriorParameters
mhDraws
Useful links