Class BdeuTest
java.lang.Object
edu.cmu.tetrad.algcomparison.independence.BdeuTest
- All Implemented Interfaces:
IndependenceWrapper
,HasParameters
,TetradSerializable
,Serializable
@TestOfIndependence(name="BDeu Test",
command="bdeu-test",
dataType=Discrete)
@Experimental
public class BdeuTest
extends Object
implements IndependenceWrapper
Wrapper for Fisher Z test.
- Author:
- josephramsey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the data type of the test.Returns the description of the test.Returns the parameters of the test.getTest
(DataModel dataSet, Parameters parameters) Returns the test.
-
Constructor Details
-
BdeuTest
public BdeuTest()
-
-
Method Details
-
getTest
Returns the test.- Specified by:
getTest
in interfaceIndependenceWrapper
- Parameters:
dataSet
- The data set to test independence against.parameters
- The paramters of the test.- Returns:
- Ibid.
-
getDescription
Returns the description of the test.- Specified by:
getDescription
in interfaceIndependenceWrapper
- Returns:
- Ibid.
-
getDataType
Returns the data type of the test.- Specified by:
getDataType
in interfaceIndependenceWrapper
- Returns:
- Ibid.
-
getParameters
Returns the parameters of the test.- Specified by:
getParameters
in interfaceHasParameters
- Specified by:
getParameters
in interfaceIndependenceWrapper
- Returns:
- Ibid.
-