Interface IndependenceWrapper
- All Superinterfaces:
- HasParameters,- Serializable,- TetradSerializable
- All Known Implementing Classes:
- BDeuTest,- CciLingamTest,- CciTest,- ChiSquare,- Codec,- ConditionalGaussianLRT,- DegenerateGaussianLRT,- DiscreteBicTest,- DSeparationTest,- FisherZ,- GSquare,- Kci,- KimEtAlScoreTests,- MagSemBicTest,- MNLRLRT,- MultinomialLogisticRegressionWald,- MVPLRT,- PositiveCorr,- ProbabilisticTest,- SemBicDTest,- SemBicTest,- TeyssierTest
Interface that algorithm must implement.
- Author:
- jdramsey
- 
Field SummaryFields
- 
Method SummaryModifier 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- 
serialVersionUIDstatic final long serialVersionUID- See Also:
 
 
- 
- 
Method Details- 
getTestReturns 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.
 
- 
getDescriptionString getDescription()Returns a short of this independence test.- Returns:
- This description.
 
- 
getDataTypeDataType getDataType()Returns the data type that the search requires, whether continuous, discrete, or mixed.- Returns:
- This type.
 
- 
getParametersReturns the parameters that this search uses.- Specified by:
- getParametersin interface- HasParameters
- Returns:
- A list of String names of parameters.
 
 
-