Uses of Class
edu.cmu.tetrad.bayes.DirichletBayesIm
Packages that use DirichletBayesIm
-
Uses of DirichletBayesIm in edu.cmu.tetrad.bayes
Methods in edu.cmu.tetrad.bayes that return DirichletBayesImModifier and TypeMethodDescriptionstatic DirichletBayesIm
DirichletBayesIm.blankDirichletIm
(BayesPm bayesPm) static DirichletBayesIm
DirichletEstimator.estimate
(DirichletBayesIm prior, DataSet dataSet) static DirichletBayesIm
DirichletBayesIm.serializableInstance()
Generates a simple exemplar of this class to test serialization.static DirichletBayesIm
DirichletBayesIm.symmetricDirichletIm
(BayesPm bayesPm, double symmetricAlpha) Methods in edu.cmu.tetrad.bayes with parameters of type DirichletBayesImModifier and TypeMethodDescriptionstatic DirichletBayesIm
DirichletEstimator.estimate
(DirichletBayesIm prior, DataSet dataSet) Constructors in edu.cmu.tetrad.bayes with parameters of type DirichletBayesImModifierConstructorDescriptionDirichletBayesIm
(DirichletBayesIm dirichletBayesIm) Copy constructor.