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 TypeMethodDescriptiondouble
getBicScore.double
getChiSquare.getCovMatrix.getDataSet.int
getDof()
getDof.getEdgeCoef.getErrorCovar.getEstSem.double
getFml()
getFml.getMeasuredNodes.int
getNumFreeParams.double
getPValue.getSampleCovar.int
getSampleSize.getVariables.double
score.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
-