Class Equation

java.lang.Object
edu.cmu.tetrad.calculator.expression.Equation

public class Equation extends Object
Represents an equation of the form Variable = Expression, where the Variable represents a column in some dataset.
Author:
Tyler Gibson
  • Constructor Details

  • Method Details

    • getUnparsedExpression

      public String getUnparsedExpression()
    • getVariable

      public String getVariable()
    • getExpression

      public Expression getExpression()