Class ZhangShenBoundScore
java.lang.Object
edu.cmu.tetrad.algcomparison.score.ZhangShenBoundScore
- All Implemented Interfaces:
ScoreWrapper
,HasParameters
,TetradSerializable
,Serializable
@Score(name="ZS Bound Score",
command="zsbound-score",
dataType={Continuous,Covariance})
@LinearGaussian
public class ZhangShenBoundScore
extends Object
implements ScoreWrapper
Wrapper for linear, Gaussian Extended BIC score (Chen and Chen).
- Author:
- josephramsey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data type that the search requires, whether continuous, discrete, or mixed.Returns a short of this independence test.Returns the parameters that this search uses.getScore
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.getVariable
(String name) Returns the variable with the given name.
-
Constructor Details
-
ZhangShenBoundScore
public ZhangShenBoundScore()
-
-
Method Details
-
getScore
Description copied from interface:ScoreWrapper
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 paramters of the test.- Returns:
- True iff independence holds.
-
getDescription
Description copied from interface:ScoreWrapper
Returns a short of this independence test.- Specified by:
getDescription
in interfaceScoreWrapper
- Returns:
- This description.
-
getDataType
Description copied from interface:ScoreWrapper
Returns the data type that the search requires, whether continuous, discrete, or mixed.- Specified by:
getDataType
in interfaceScoreWrapper
- Returns:
- This type.
-
getParameters
Description copied from interface:ScoreWrapper
Returns the parameters that this search uses.- Specified by:
getParameters
in interfaceHasParameters
- Specified by:
getParameters
in interfaceScoreWrapper
- Returns:
- A list of String names of parameters.
-
getVariable
Description copied from interface:ScoreWrapper
Returns the variable with the given name.- Specified by:
getVariable
in interfaceScoreWrapper
- Parameters:
name
- the name.
-