Uses of Class
de.jstacs.models.discrete.Constraint

Packages that use Constraint
de.jstacs.models.discrete   
de.jstacs.models.discrete.inhomogeneous This package contains various inhomogeneous models. 
 

Uses of Constraint in de.jstacs.models.discrete
 

Methods in de.jstacs.models.discrete that return Constraint
protected  Constraint Constraint.clone()
           
 

Methods in de.jstacs.models.discrete with parameters of type Constraint
static void ConstraintManager.computeFreqs(double ess, Constraint... constr)
          This method computes the (smoothed) relative frequencies.
static double ConstraintManager.countInhomogeneous(AlphabetContainer alphabets, int length, Sample data, double[] weights, boolean reset, Constraint... constr)
          Fills the (inhomogeneous) constr with the weighted absolute frequency of the sample data and computes the frequencies will not be computed.
static double ConstraintManager.getEntropy(Constraint c)
          Tries to compute the entropy as exact as possible.
static double ConstraintManager.getLogGammaSum(Constraint c, double ess)
          Computes the sum of differences of the logarithmic values of the prior knowlegde and all counts.
 

Uses of Constraint in de.jstacs.models.discrete.inhomogeneous
 

Subclasses of Constraint in de.jstacs.models.discrete.inhomogeneous
 class InhCondProb
          This class handles the (conditional) probabilities.
 class InhConstraint
          This class is the super class for all inhomogeneous constraints.
 class MEMConstraint
          The constraint can be used for any MEM application.