Class HbsmsGes.Score

java.lang.Object
edu.cmu.tetrad.search.work_in_progress.HbsmsGes.Score
Enclosing class:
HbsmsGes

public static class HbsmsGes.Score extends Object
The score of a model.
  • Constructor Details

    • Score

      public Score(Scorer scorer)

      Constructor for Score.

      Parameters:
      scorer - a DagScorer object
  • Method Details

    • getEstimatedSem

      public SemIm getEstimatedSem()
      Returns the estimated SEM IM.
      Returns:
      the estimated SEM IM.
    • getPValue

      public double getPValue()
      Returns the P value.
      Returns:
      the P value.
    • getScore

      public double getScore()
      Returns the score.
      Returns:
      the score.
    • getFml

      public double getFml()
      Returns the Fml.
      Returns:
      the Fml.
    • getDof

      public int getDof()
      Returns the degrees of freedom.
      Returns:
      the degrees of freedom.
    • getChiSquare

      public double getChiSquare()
      Returns the chi square.
      Returns:
      the chi square.
    • getBic

      public double getBic()
      Returns the BIC.
      Returns:
      the BIC.