Class HbsmsBeam.Score
java.lang.Object
edu.cmu.tetrad.search.work_in_progress.HbsmsBeam.Score
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
getBic()
getBic.double
getChiSquare.int
getDof()
getDof.getEstimatedSem.double
getFml()
getFml.double
getPValue.double
getScore()
getScore.static HbsmsBeam.Score
negativeInfinity.
-
Constructor Details
-
Score
-
-
Method Details
-
negativeInfinity
negativeInfinity.
- Returns:
- a
HbsmsBeam.Score
object
-
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
-