Class HbsmsBeam.Score
java.lang.Object
edu.cmu.tetrad.search.work_in_progress.HbsmsBeam.Score
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetBic()getBic.doublegetChiSquare.intgetDof()getDof.getEstimatedSem.doublegetFml()getFml.doublegetPValue.doublegetScore()getScore.static HbsmsBeam.ScorenegativeInfinity.
-
Constructor Details
-
Score
-
-
Method Details
-
negativeInfinity
negativeInfinity.
- Returns:
- a
HbsmsBeam.Scoreobject
-
getEstimatedSem
-
getPValue
public double getPValue()getPValue.
- Returns:
- a double
-
getScore
public double getScore()getScore.
- Returns:
- a double
-
getFml
public double getFml()getFml.
- Returns:
- a double
-
getDof
public int getDof()getDof.
- Returns:
- a int
-
getChiSquare
public double getChiSquare()getChiSquare.
- Returns:
- a double
-
getBic
public double getBic()getBic.
- Returns:
- a double
-