Class BdeScore

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

public class BdeScore extends Object implements DiscreteScore
Calculates the BDe score (Bayes Dirichlet Equivalent) score for analyzing discrete multinomial data. 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: