Uses of Interface
edu.cmu.tetrad.data.Simulator

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

    Subinterfaces of Simulator 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 Simulator
    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 Simulator in edu.cmu.tetrad.sem

    Subinterfaces of Simulator in edu.cmu.tetrad.sem
    Modifier and Type
    Interface
    Description
    interface 
    An interface for SemIM's; see implementations.
    Classes in edu.cmu.tetrad.sem that implement Simulator
    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.
    class 
    A special SEM model in which variances of variables are always 1 and means of variables are always 0.