Package edu.cmu.tetrad.bayes
Class MlBayesEstimatorOld
java.lang.Object
edu.cmu.tetrad.bayes.MlBayesEstimatorOld
Estimates parameters of the given Bayes net from the given data using maximum likelihood method.
- Version:
- $Id: $Id
- Author:
- Shane Harwood, Joseph Ramsey
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MlBayesEstimatorOld
public MlBayesEstimatorOld()Constructor for MlBayesEstimator.
-
-
Method Details
-
estimate
33 Estimates a Bayes IM using the variables, graph, and parameters in the given Bayes PM and the data columns in the given data set. Each variable in the given Bayes PM must be equal to a variable in the given data set.
-