Package de.jstacs.models.mixture.gibbssampling

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

See:
          Description

Interface Summary
GibbsSamplingComponent 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.
BurnInTest This is the abstract super class for any test of the length of the burn-in phase.
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 This is a very simple test for the length of the burn-in phase.
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).
 

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