Class GSquareTest.Result

java.lang.Object
edu.cmu.tetrad.search.GSquareTest.Result
Enclosing class:
GSquareTest

public static final class GSquareTest.Result extends Object
Simple class to store the parameters of the result returned by the G Square test.
Author:
Frank Wimberly
  • Constructor Details

    • Result

      public Result(double gSquare, double pValue, int df, boolean isIndep)
      Constructs a new g square result using the given parameters.
  • Method Details

    • getGSquare

      public double getGSquare()
    • getPValue

      public double getPValue()
    • getDf

      public int getDf()
    • isIndep

      public boolean isIndep()