Class SemBicDTest
java.lang.Object
edu.cmu.tetrad.algcomparison.independence.SemBicDTest
- All Implemented Interfaces:
IndependenceWrapper
,HasParameters
,TetradSerializable
,Serializable
The SemBicDTest class implements the IndependenceWrapper interface and represents a test for independence based on
SEM BIC algorithm. It is annotated with the TestOfIndependence and LinearGaussian annotations.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the data type of the test dataset.Returns a short description of this IndependenceTest.Returns the list of parameters used in this method.getTest
(DataModel dataSet, Parameters parameters) Retrieves an IndependenceTest object for testing independence against a given data set and parameters.
-
Constructor Details
-
SemBicDTest
public SemBicDTest()Constructs a new instance of the SEM BIC test.
-
-
Method Details
-
getTest
Retrieves an IndependenceTest object for testing independence against a given data set and parameters.- Specified by:
getTest
in interfaceIndependenceWrapper
- Parameters:
dataSet
- The data set to test independence against.parameters
- The parameters of the test.- Returns:
- An IndependenceTest object for testing independence.
-
getDescription
Returns a short description of this IndependenceTest.- Specified by:
getDescription
in interfaceIndependenceWrapper
- Returns:
- The description.
-
getDataType
Retrieves the data type of the test dataset.- Specified by:
getDataType
in interfaceIndependenceWrapper
- Returns:
- The data type of the test dataset.
-
getParameters
Returns the list of parameters used in this method.- Specified by:
getParameters
in interfaceHasParameters
- Specified by:
getParameters
in interfaceIndependenceWrapper
- Returns:
- The list of parameters.
-