Package edu.cmu.tetrad.search.test
Class ChiSquareTest.Result
java.lang.Object
edu.cmu.tetrad.search.test.ChiSquareTest.Result
- Enclosing class:
- ChiSquareTest
Simple class to store the parameters of the result returned by the G Square test.
- Author:
- Frank Wimberly
-
Constructor Details
-
Result
public Result(double chiSquare, double pValue, int df, boolean isIndep) Constructs a new g square result using the given parameters.
-
-
Method Details
-
getXSquare
public double getXSquare() -
getPValue
public double getPValue() -
getDf
public int getDf() -
isIndep
public boolean isIndep()
-