dirichletprocess (version 0.2.0)

HierarchicalBetaCreate: Create a Mixing Object for a hierarchical Beta Dirichlet process object.

Description

Create a Mixing Object for a hierarchical Beta Dirichlet process object.

Usage

HierarchicalBetaCreate(n, priorParameters, hyperPriorParameters, alpha0, maxT,
  gammaParam, mhStepSize, num_sticks)

Arguments

n

Number of data sets

priorParameters

The prior parameters for the top level base distribution.

hyperPriorParameters

Hyper prior parameters for the top level base distribution.

alpha0

Individual level concentration parameter.

maxT

Bounding value of the data.

gammaParam

Concentration parameter for the top level.

mhStepSize

Metropolis Hastings step size for the posterior drawing.

num_sticks

Number of stick breaking values to use.

Value

A mixing distribution object.