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 DirichletBayesIm
estimate
(DirichletBayesIm prior, DataSet dataSet) estimate.
-
Constructor Details
-
DirichletEstimator
public DirichletEstimator()Creates a new instance of DirichletEstimator.
-
-
Method Details
-
estimate
estimate.
- Parameters:
prior
- aDirichletBayesIm
objectdataSet
- aDataSet
object- Returns:
- a
DirichletBayesIm
object
-