Uses of Package
edu.cmu.tetrad.calculator.expression
Packages that use edu.cmu.tetrad.calculator.expression
Package
Description
-
Classes in edu.cmu.tetrad.calculator.expression used by edu.cmu.tetrad.calculator.expressionClassDescriptionRepresents a constant expression, that is an expression that always evaluates to the same value.Looks up the value of a variable.An equation expression.Represents a mathematical expression.Represents a definition for some expression.An enum of positions that an expression can occur in.Thrown if the expression can't be parsed, for instance, if it has the wrong number of arguments.Manager for expressions, this includes all implementations of expression descriptors for the calculator.Represents the signature of the expression, for example sqrt(number).An Expression for a variable.
-
Classes in edu.cmu.tetrad.calculator.expression used by edu.cmu.tetrad.calculator.parserClassDescriptionRepresents an equation of the form Variable = Expression, where the Variable represents a column in some dataset.Represents a mathematical expression.
-
Classes in edu.cmu.tetrad.calculator.expression used by edu.cmu.tetrad.semClassDescriptionLooks up the value of a variable.Represents a mathematical expression.