Class GicScores

java.lang.Object
edu.cmu.tetrad.algcomparison.score.GicScores
All Implemented Interfaces:
ScoreWrapper, HasParameters, TetradSerializable, Serializable

@Score(name="Generalized Information Criterion Scores", command="gic-scores", dataType={Continuous,Covariance}) @LinearGaussian public class GicScores extends Object implements ScoreWrapper
The GicScores class is an implementation of the ScoreWrapper interface that calculates the Generalized Information Criterion (GIC) scores for a given data model. It is used to test the independence between variables in the data set.
See Also: