Package edu.cmu.tetrad.search.test
Class GSquareTest.Result
java.lang.Object
edu.cmu.tetrad.search.test.GSquareTest.Result
- Enclosing class:
GSquareTest
Stores the parameters of the result returned by the G Square test and its p-value.
- 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()
-