Class HbsmsBeam.Score
java.lang.Object
edu.cmu.tetrad.search.work_in_progress.HbsmsBeam.Score
- Enclosing class:
- HbsmsBeam
The score.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondoublegetBic()getBic.doublegetChiSquare.intgetDof()getDof.getEstimatedSem.doublegetFml()getFml.doublegetPValue.doublegetScore()getScore.static HbsmsBeam.ScorenegativeInfinity.
- 
Constructor Details- 
ScoreConstructor for Score. - Parameters:
- scorer- a- Scorerobject
 
 
- 
- 
Method Details- 
negativeInfinitynegativeInfinity. - Returns:
- a HbsmsBeam.Scoreobject
 
- 
getEstimatedSemgetEstimatedSem. - Returns:
- a SemImobject
 
- 
getPValuepublic double getPValue()getPValue. - Returns:
- a double
 
- 
getScorepublic double getScore()getScore. - Returns:
- a double
 
- 
getFmlpublic double getFml()getFml. - Returns:
- a double
 
- 
getDofpublic int getDof()getDof. - Returns:
- a int
 
- 
getChiSquarepublic double getChiSquare()getChiSquare. - Returns:
- a double
 
- 
getBicpublic double getBic()getBic. - Returns:
- a double
 
 
-