Package edu.cmu.tetrad.bayes
Class DirichletEstimator
java.lang.Object
edu.cmu.tetrad.bayes.DirichletEstimator
Estimates a DirichletBayesIm from a DirichletBayesIm (the prior) and a data set.
- Version:
 - $Id: $Id
 - Author:
 - josephramsey
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic DirichletBayesImestimate(DirichletBayesIm prior, DataSet dataSet) estimate. 
- 
Constructor Details
- 
DirichletEstimator
public DirichletEstimator()Creates a new instance of DirichletEstimator. 
 - 
 - 
Method Details
- 
estimate
estimate.
- Parameters:
 prior- aDirichletBayesImobjectdataSet- aDataSetobject- Returns:
 - a 
DirichletBayesImobject 
 
 -