Interface IndependenceWrapper
- All Superinterfaces:
HasParameters
,Serializable
,TetradSerializable
- All Known Implementing Classes:
BasisFunctionBicTest
,BdeuTest
,CciTest
,ChiSquare
,ConditionalGaussianLRT
,DegenerateGaussianLRT
,DiscreteBicTest
,FisherZ
,GICScoreTests
,GSquare
,Kci
,MagSemBicTest
,Mnlrlrt
,MSeparationTest
,MultinomialLogisticRegressionWald
,Mvplrt
,PoissonPriorTest
,PositiveCorr
,ProbabilisticTest
,SemBicDTest
,SemBicTest
Interface that algorithm must implement.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
ConstantserialVersionUID=23L
-
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.getTest
(DataModel dataSet, Parameters parameters) Returns true iff x and y are independent conditional on z for the given data set.
-
Field Details
-
serialVersionUID
static final long serialVersionUIDConstantserialVersionUID=23L
- See Also:
-
-
Method Details
-
getTest
Returns true iff x and y are independent conditional on z for the given data set.- Parameters:
dataSet
- The data set to test independence against.parameters
- The paramters of the test.- Returns:
- True iff independence holds.
-
getDescription
-
getDataType
DataType getDataType()Returns the data type that the search requires, whether continuous, discrete, or mixed.- Returns:
- This type.
-
getParameters
Returns the parameters that this search uses.- Specified by:
getParameters
in interfaceHasParameters
- Returns:
- A list of String names of parameters.
-