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
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 that can be used in a Gibbs sampling.
SimpleBurnInTest This is a very simple test for the length of the burn-in phase.
 

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