Uses of Interface
edu.cmu.tetrad.util.Im

Packages that use Im
Package
Description
 
 
  • Uses of Im in edu.cmu.tetrad.bayes

    Subinterfaces of Im in edu.cmu.tetrad.bayes
    Modifier and Type
    Interface
    Description
    interface 
    Interface implemented by Bayes instantiated models.
    Classes in edu.cmu.tetrad.bayes that implement Im
    Modifier and Type
    Class
    Description
    final class 
    Stores Dirichlet pseudocounts for the distributions of each variable conditional on particular combinations of its parent values and, together with Bayes Pm and Dag, provides methods to manipulate these tables.
    final class 
    Stores a table of probabilities for a Bayes net and, together with BayesPm and Dag, provides methods to manipulate this table.
    final class 
    Stores a table of probabilities for a Bayes net and, together with BayesPm and Dag, provides methods to manipulate this table.
    final class 
    Represents a Bayes IM in which all of the conditional probability tables have been updated to take into account evidence.
  • Uses of Im in edu.cmu.tetrad.sem

    Classes in edu.cmu.tetrad.sem that implement Im
    Modifier and Type
    Class
    Description
    class 
    Represents a generalized SEM instantiated model.
    final class 
    Stores an instantiated structural equation model (SEM), with error covariance terms, possibly cyclic, suitable for estimation and simulation.