Package de.jstacs.models.mixture.gibbssampling

This package contains many classes that can be used while a Gibbs sampling.

See:
          Description

Interface Summary
BurnInTest This is the abstract super class for any test of the length of the burn-in phase.
GibbsSamplingComponent  
GibbsSamplingFromStatistic  
GibbsSamplingModel This is the interface that any AbstractModel has to implement if it should be used in a Gibbs Sampling.
 

Class Summary
AbstractBurnInTest This abstract class implements some of the methods of BurnInTest to alleviate the implementation of efficient and new burn-in tests.
AbstractBurnInTestParameterSet Class for the parameters of a AbstractBurnInTest.
FSDAGModelForGibbsSampling This is the class for a fixed structure directed acyclic graphical model (see FSDAGModel) that can be used in a Gibbs sampling.
FSDAGModelForGibbsSamplingParameterSet The class for the parameters of a FSDAGModelForGibbsSampling.
SimpleBurnInTest Deprecated.  
VarianceRatioBurnInTest In this class the Variance-Ratio method of Gelman and Rubin is implemented to test the length of the burn-in phase of a multi-chain Gibbs Sampling (number of chains >2).
VarianceRatioBurnInTestParameterSet Class for the parameters of a VarianceRatioBurnInTest.
 

Package de.jstacs.models.mixture.gibbssampling Description

This package contains many classes that can be used while a Gibbs sampling. The most interesting items of this package are the BurnInTest and GibbsSamplingComponent..

See Also:
BurnInTest, GibbsSamplingComponent