Class BdeuScore

java.lang.Object
edu.cmu.tetrad.search.score.BdeuScore
All Implemented Interfaces:
DiscreteScore, Score

public class BdeuScore extends Object implements DiscreteScore
Calculates the BDeu score, which the BDe (Bayes Dirichlet Equivalent) score with uniform priors. A good discussion of BD* scores can be found here:

Heckerman, D., Geiger, D. & Chickering, D.M. Learning Bayesian networks: The combination of knowledge and statistical data. Mach Learn 20, 197–243 (1995).

As for all scores in Tetrad, higher scores mean more dependence, and negative scores indicate independence.

Version:
$Id: $Id
Author:
josephramsey
See Also: