Package edu.cmu.tetrad.search
Class DegenerateGaussianScore
java.lang.Object
edu.cmu.tetrad.search.DegenerateGaussianScore
- All Implemented Interfaces:
Score
Implements a degenerate Gaussian BIC score for FGES.
http://proceedings.mlr.press/v104/andrews19a/andrews19a.pdf
- Author:
- Bryan Andrews
-
Constructor Summary
ConstructorsConstructorDescriptionDegenerateGaussianScore(DataSet dataSet) Constructs the score using a covariance matrix. -
Method Summary
Modifier and TypeMethodDescriptionbooleandetermines(List<Node> z, Node y) intdoubleintdoublebooleanisEffectEdge(double bump) doublelocalScore(int i, int... parents) Calculates the sample likelihood and BIC score for i given its parents in a simple SEM modeldoublelocalScoreDiff(int x, int y, int[] z) voidsetPenaltyDiscount(double penaltyDiscount) voidsetStructurePrior(double structurePrior) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface edu.cmu.tetrad.search.Score
append, defaultScore, getVariable, localScore, localScore, localScoreDiff
-
Constructor Details
-
DegenerateGaussianScore
Constructs the score using a covariance matrix.
-
-
Method Details
-
localScore
public double localScore(int i, int... parents) Calculates the sample likelihood and BIC score for i given its parents in a simple SEM model- Specified by:
localScorein interfaceScore- Parameters:
i- The index of the node.parents- The indices of the node's parents.- Returns:
- The score, or NaN if the score cannot be calculated.
-
localScoreDiff
public double localScoreDiff(int x, int y, int[] z) - Specified by:
localScoreDiffin interfaceScore
-
getSampleSize
public int getSampleSize()- Specified by:
getSampleSizein interfaceScore
-
isEffectEdge
public boolean isEffectEdge(double bump) - Specified by:
isEffectEdgein interfaceScore
-
getVariables
- Specified by:
getVariablesin interfaceScore
-
getMaxDegree
public int getMaxDegree()- Specified by:
getMaxDegreein interfaceScore
-
determines
- Specified by:
determinesin interfaceScore
-
getPenaltyDiscount
public double getPenaltyDiscount() -
setPenaltyDiscount
public void setPenaltyDiscount(double penaltyDiscount) -
getStructurePrior
public double getStructurePrior() -
setStructurePrior
public void setStructurePrior(double structurePrior) -
toString
-