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

Packages that use VariableSource
Package
Description
 
 
  • Uses of VariableSource 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 VariableSource
    Modifier and Type
    Class
    Description
    final class 
    Implements a discrete Bayes parametric model--that is, a DAG together with a map from the nodes in the graph to a set of discrete variables, specifying the number of categories for each variable and the name of each category for each variable.
    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.
    Methods in edu.cmu.tetrad.bayes that return VariableSource
    Modifier and Type
    Method
    Description
    getVariableSource.
    Proposition.getVariableSource()
    Getter for the field variableSource.
    Methods in edu.cmu.tetrad.bayes with parameters of type VariableSource
    Modifier and Type
    Method
    Description
    boolean
    Evidence.isIncompatibleWith(VariableSource variableSource)
    Returna true just in case this evidence has a list of variables equal to those of the given variable source.
    static Evidence
    Evidence.tautology(VariableSource variableSource)
    tautology.
    Proposition.tautology(VariableSource variableSource)
    tautology.
    Constructors in edu.cmu.tetrad.bayes with parameters of type VariableSource
    Modifier
    Constructor
    Description
     
    Evidence(Evidence evidence, VariableSource variableSource)
    Constructor for Evidence.
     
    Manipulation(VariableSource variableSource)
    Constructs a container for evidence for the given Bayes IM.
     
    Proposition(VariableSource variableSource, Proposition proposition)
    Copies the info out of the old proposition into a new proposition for the new BayesIm.
  • Uses of VariableSource in edu.cmu.tetrad.data

    Modifier and Type
    Interface
    Description
    interface 
    Interface implemented by classes, instantiations of which can serve as data models in Tetrad.
    interface 
    Implements a rectangular data set, in the sense of being a dataset with a fixed number of columns and a fixed number of rows, the length of each column being constant.
    interface 
    Interface for covariance matrices.
    Classes in edu.cmu.tetrad.data that implement VariableSource
    Modifier and Type
    Class
    Description
    final class 
    Wraps a DataBox in such a way that mixed data sets can be stored.
    final class 
    Stores a correlation matrix together with variable names and sample size; intended as a representation of a data set.
    class 
    Stores a covariance matrix together with variable names and sample size, intended as a representation of a data set.
    class 
    Stores a covariance matrix together with variable names and sample size, intended as a representation of a data set.
    class 
    Stores a covariance matrix together with variable names and sample size, intended as a representation of a data set.
    final class 
    Stores a list of data models and keeps track of which one is selected.
    class 
    Stores a list of independence facts.
    final class 
    Wraps a 2D array of Number objects in such a way that mixed data sets can be stored.
    final class 
    Stores time series data as a list of continuous columns.