Package edu.cmu.tetrad.bayes
Class BayesProperties.LikelihoodRet
java.lang.Object
edu.cmu.tetrad.bayes.BayesProperties.LikelihoodRet
- Enclosing class:
BayesProperties
The LikelihoodRet class represents the result of a likelihood ratio test. It contains the p-value, BIC,
chi-squared statistic, and degrees of freedom.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
p
public double pThe p-value. -
bic
public double bicThe BIC. -
chiSq
public double chiSqThe chi-squared statistic. -
dof
public double dofThe degrees of freedom.
-
-
Constructor Details
-
LikelihoodRet
public LikelihoodRet()Constructs a new LikelihoodRet object.
-