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 SummaryModifier and TypeMethodDescriptiondoublegetBicScore.doublegetChiSquare.getCovMatrix.getDataSet.intgetDof()getDof.getEdgeCoef.getErrorCovar.getEstSem.doublegetFml()getFml.getMeasuredNodes.intgetNumFreeParams.doublegetPValue.getSampleCovar.intgetSampleSize.getVariables.doublescore.toString()toString.
- 
Method Details- 
scorescore. - Parameters:
- dag- a- Graphobject
- Returns:
- a double
 
- 
getCovMatrixICovarianceMatrix getCovMatrix()getCovMatrix. - Returns:
- a ICovarianceMatrixobject
 
- 
toStringString toString()toString. 
- 
getFmldouble getFml()getFml. - Returns:
- a double
 
- 
getBicScoredouble getBicScore()getBicScore. - Returns:
- a double
 
- 
getChiSquaredouble getChiSquare()getChiSquare. - Returns:
- a double
 
- 
getPValuedouble getPValue()getPValue. - Returns:
- a double
 
- 
getDataSetDataSet getDataSet()getDataSet. - Returns:
- a DataSetobject
 
- 
getNumFreeParamsint getNumFreeParams()getNumFreeParams. - Returns:
- a int
 
- 
getDofint getDof()getDof. - Returns:
- a int
 
- 
getSampleSizeint getSampleSize()getSampleSize. - Returns:
- a int
 
- 
getMeasuredNodesgetMeasuredNodes. - Returns:
- a Listobject
 
- 
getSampleCovarMatrix getSampleCovar()getSampleCovar. - Returns:
- a Matrixobject
 
- 
getEdgeCoefMatrix getEdgeCoef()getEdgeCoef. - Returns:
- a Matrixobject
 
- 
getErrorCovarMatrix getErrorCovar()getErrorCovar. - Returns:
- a Matrixobject
 
- 
getVariablesgetVariables. - Returns:
- a Listobject
 
- 
getEstSemSemIm getEstSem()getEstSem. - Returns:
- a SemImobject
 
 
-