Class SemBicScore
java.lang.Object
edu.cmu.tetrad.algcomparison.score.SemBicScore
- All Implemented Interfaces:
ScoreWrapper
,HasParameters
,TetradSerializable
,Serializable
@Score(name="Sem BIC Score",
command="sem-bic-score",
dataType={Continuous,Covariance})
@LinearGaussian
public class SemBicScore
extends Object
implements ScoreWrapper
Wrapper for linear, Gaussian SEM BIC score.
- Version:
- $Id: $Id
- Author:
- josephramsey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data type of the current score.Returns the description of the Sem BIC Score.Returns a list of parameters applicable to this method.getScore
(DataModel dataSet, Parameters parameters) Returns true, iff x and y are independent, conditional on z for the given data set.getVariable
(String name) Retrieves the variable with the given name from the data set.
-
Constructor Details
-
SemBicScore
public SemBicScore()Constructs a new instance of the SemBicScore.
-
-
Method Details
-
getScore
Returns true, iff x and y are independent, conditional on z for the given data set.- Specified by:
getScore
in interfaceScoreWrapper
- Parameters:
dataSet
- The data set to test independence against.parameters
- The parameters of the test.- Returns:
- True iff independence holds.
-
getDescription
Returns the description of the Sem BIC Score.- Specified by:
getDescription
in interfaceScoreWrapper
- Returns:
- the description of the Sem BIC Score
-
getDataType
Returns the data type of the current score.- Specified by:
getDataType
in interfaceScoreWrapper
- Returns:
- the data type of the score
-
getParameters
Returns a list of parameters applicable to this method.- Specified by:
getParameters
in interfaceHasParameters
- Specified by:
getParameters
in interfaceScoreWrapper
- Returns:
- a list of parameters
-
getVariable
Retrieves the variable with the given name from the data set.- Specified by:
getVariable
in interfaceScoreWrapper
- Parameters:
name
- the name of the variable- Returns:
- the variable with the given name, or null if no such variable exists
-