Class BasisFunctionBicTest
java.lang.Object
edu.cmu.tetrad.algcomparison.independence.BasisFunctionBicTest
- All Implemented Interfaces:
IndependenceWrapper,HasParameters,TetradSerializable,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance of the Basis Function BIC test. -
Method Summary
Modifier and TypeMethodDescriptionReturns the data type that the search requires, whether continuous, discrete, or mixed.Returns a short description of the test.Retrieves the parameters required for the Basis Function BIC test.getTest(DataModel dataSet, Parameters parameters) Returns an instance of IndependenceTest for the Basis Function BIC test.
-
Constructor Details
-
BasisFunctionBicTest
public BasisFunctionBicTest()Constructs a new instance of the Basis Function BIC test.
-
-
Method Details
-
getTest
Returns an instance of IndependenceTest for the Basis Function BIC test.- Specified by:
getTestin interfaceIndependenceWrapper- Parameters:
dataSet- The data set to test independence against.parameters- The parameters of the test.- Returns:
- An instance of IndependenceTest for the Basis Function BIC test.
-
getDescription
Returns a short description of the test.- Specified by:
getDescriptionin interfaceIndependenceWrapper- Returns:
- A short description of the test.
-
getDataType
Returns the data type that the search requires, whether continuous, discrete, or mixed.- Specified by:
getDataTypein interfaceIndependenceWrapper- Returns:
- The data type required for the search.
-
getParameters
Retrieves the parameters required for the Basis Function BIC test.- Specified by:
getParametersin interfaceHasParameters- Specified by:
getParametersin interfaceIndependenceWrapper- Returns:
- A list of strings representing the parameters required for the Basis Function BIC test.
-