Package edu.cmu.tetrad.bayes
Class BayesProperties.LikelihoodRet
java.lang.Object
edu.cmu.tetrad.bayes.BayesProperties.LikelihoodRet
- Enclosing class:
- BayesProperties
Returns the number of categories for the given variable.
-
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()
-