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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic DirichletBayesImestimate(DirichletBayesIm prior, DataSet dataSet) estimate.
- 
Constructor Details- 
DirichletEstimatorpublic DirichletEstimator()Creates a new instance of DirichletEstimator.
 
- 
- 
Method Details- 
estimateestimate. - Parameters:
- prior- a- DirichletBayesImobject
- dataSet- a- DataSetobject
- Returns:
- a DirichletBayesImobject
 
 
-