Uses of Package
de.jstacs.models.mixture.gibbssampling

Packages that use de.jstacs.models.mixture.gibbssampling
de.jstacs.models.mixture This package is the super package for any mixture model. 
de.jstacs.models.mixture.gibbssampling This package contains many classes that can be used while a Gibbs sampling. 
 

Classes in de.jstacs.models.mixture.gibbssampling used by de.jstacs.models.mixture
BurnInTest
          This is the abstract super class for any test of the length of the burn-in phase.
 

Classes in de.jstacs.models.mixture.gibbssampling used by de.jstacs.models.mixture.gibbssampling
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.
GibbsSamplingComponent
          This is the interface that any AbstractModel has to implement if it should be used in a Gibbs Sampling.