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.
-
Method Details
-
score
-
getCovMatrix
ICovarianceMatrix getCovMatrix() -
toString
String toString() -
getFml
double getFml() -
getBicScore
double getBicScore() -
getChiSquare
double getChiSquare() -
getPValue
double getPValue() -
getDataSet
DataSet getDataSet() -
getNumFreeParams
int getNumFreeParams() -
getDof
int getDof() -
getSampleSize
int getSampleSize() -
getMeasuredNodes
-
getSampleCovar
Matrix getSampleCovar() -
getEdgeCoef
Matrix getEdgeCoef() -
getErrorCovar
Matrix getErrorCovar() -
getVariables
-
getEstSem
SemIm getEstSem()
-