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.
- Author:
- josephramsey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DirichletBayesIm
estimate
(DirichletBayesIm prior, DataSet dataSet)
-
Constructor Details
-
DirichletEstimator
public DirichletEstimator()
-
-
Method Details
-
estimate
-