Class HbsmsGes.Score
java.lang.Object
edu.cmu.tetrad.search.work_in_progress.HbsmsGes.Score
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Score
-
-
Method Details
-
getEstimatedSem
-
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.
-