Package edu.cmu.tetrad.sem
Interface Scorer
- All Known Implementing Classes:
DagScorer
public interface Scorer
Interface for a class that represents a scoring of a SEM model.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Method Summary
Modifier and TypeMethodDescriptiondoublegetBicScore.doublegetChiSquare.getCovMatrix.getDataSet.intgetDof()getDof.getEdgeCoef.getErrorCovar.getEstSem.doublegetFml()getFml.getMeasuredNodes.intgetNumFreeParams.doublegetPValue.getSampleCovar.intgetSampleSize.getVariables.doublescore.toString()toString.
-
Method Details
-
score
-
getCovMatrix
-
toString
-
getFml
double getFml()getFml.
- Returns:
- a double
-
getBicScore
double getBicScore()getBicScore.
- Returns:
- a double
-
getChiSquare
double getChiSquare()getChiSquare.
- Returns:
- a double
-
getPValue
double getPValue()getPValue.
- Returns:
- a double
-
getDataSet
-
getNumFreeParams
int getNumFreeParams()getNumFreeParams.
- Returns:
- a int
-
getDof
int getDof()getDof.
- Returns:
- a int
-
getSampleSize
int getSampleSize()getSampleSize.
- Returns:
- a int
-
getMeasuredNodes
-
getSampleCovar
-
getEdgeCoef
-
getErrorCovar
-
getVariables
-
getEstSem
-