Record Class MarkovCheck.MarkovCheckRecord

java.lang.Object
java.lang.Record
edu.cmu.tetrad.search.MarkovCheck.MarkovCheckRecord
Record Components:
adInd - The Anderson-Darling p-value for the independent case.
adDep - The Anderson-Darling p-value for the dependent case.
binIndep - The Binomial p-value for the independent case.
binDep - The Binomial p-value for the dependent case.
fracDepInd - The fraction of dependent judgments for the independent case.
fracDepDep - The fraction of dependent judgments for the dependent case.
numTestsInd - The number of tests for the independent case.
numTestsDep - The number of tests for the dependent case.
Enclosing class:
MarkovCheck

public static record MarkovCheck.MarkovCheckRecord(double adInd, double adDep, double binIndep, double binDep, double fracDepInd, double fracDepDep, int numTestsInd, int numTestsDep) extends Record
A single record for the results of the Markov check.