Uses of Interface
edu.cmu.tetrad.data.VariableSource
Packages that use VariableSource
-
Uses of VariableSource in edu.cmu.tetrad.bayes
Subinterfaces of VariableSource in edu.cmu.tetrad.bayesModifier and TypeInterfaceDescriptioninterface
Interface implemented by Bayes instantiated models.Classes in edu.cmu.tetrad.bayes that implement VariableSourceModifier and TypeClassDescriptionfinal 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 VariableSourceModifier and TypeMethodDescriptionEvidence.getVariableSource()
getVariableSource.Proposition.getVariableSource()
Getter for the fieldvariableSource
.Methods in edu.cmu.tetrad.bayes with parameters of type VariableSourceModifier and TypeMethodDescriptionboolean
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.static Proposition
Proposition.tautology
(VariableSource variableSource) tautology.Constructors in edu.cmu.tetrad.bayes with parameters of type VariableSourceModifierConstructorDescriptionEvidence
(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
Subinterfaces of VariableSource in edu.cmu.tetrad.dataModifier and TypeInterfaceDescriptioninterface
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 VariableSourceModifier and TypeClassDescriptionfinal 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.