Class MlBayesEstimatorOld

java.lang.Object
edu.cmu.tetrad.bayes.MlBayesEstimatorOld

public final class MlBayesEstimatorOld extends Object
Estimates parameters of the given Bayes net from the given data using maximum likelihood method.
Version:
$Id: $Id
Author:
Shane Harwood, Joseph Ramsey
  • Constructor Details

    • MlBayesEstimatorOld

      public MlBayesEstimatorOld()

      Constructor for MlBayesEstimator.

  • Method Details

    • estimate

      public BayesIm estimate(BayesPm bayesPm, DataSet dataSet)
      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.
      Parameters:
      bayesPm - a BayesPm object
      dataSet - a DataSet object
      Returns:
      a BayesIm object