BEAST v2.7.8 Documentation: feast.modelselect.DirichletProcessOperator

Proposes a move in state space.
An operator for sampling the elements of a RealParameter (parameter) by sampling from a Dirichlet process prior.

Inputs:

parameter, baseDistr, scaleParameter, weight

 

parameter
type: beast.base.inference.parameter.RealParameter
Parameter to operate on.
Required input

 

baseDistr
type: beast.base.inference.distribution.ParametricDistribution
Base distribution for Dirichlet process
Required input

 

scaleParameter
type: beast.base.core.Function
Scale parameter for Dirichlet process
Required input

 

weight
type: java.lang.Double
weight with which this operator is selected
Required input