Class BayesProperties.LikelihoodRet

java.lang.Object
edu.cmu.tetrad.bayes.BayesProperties.LikelihoodRet
Enclosing class:
BayesProperties

public static class BayesProperties.LikelihoodRet extends Object
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 Details

    • p

      public double p
      The p-value.
    • bic

      public double bic
      The BIC.
    • chiSq

      public double chiSq
      The chi-squared statistic.
    • dof

      public double dof
      The degrees of freedom.
  • Constructor Details

    • LikelihoodRet

      public LikelihoodRet()
      Constructs a new LikelihoodRet object.