Class CciLingamTest
java.lang.Object
edu.cmu.tetrad.algcomparison.independence.CciLingamTest
- All Implemented Interfaces:
- IndependenceWrapper,- HasParameters,- TetradSerializable,- Serializable
@TestOfIndependence(name="CCI-Lingam-Test (Conditional Correlation Independence Lingam Test)",
                    command="cci-lingam-test",
                    dataType=Continuous)
@General
public class CciLingamTest
extends Object
implements IndependenceWrapper
Wrapper for Daudin Conditional Independence test.
- Author:
- jdramsey
- See Also:
- 
Constructor SummaryConstructors
- 
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.
- 
Constructor Details- 
CciLingamTestpublic CciLingamTest()
 
- 
- 
Method Details- 
getTestDescription copied from interface:IndependenceWrapperReturns true iff x and y are independent conditional on z for the given data set.- Specified by:
- getTestin interface- IndependenceWrapper
- Parameters:
- dataSet- The data set to test independence against.
- parameters- The paramters of the test.
- Returns:
- True iff independence holds.
 
- 
getDescriptionDescription copied from interface:IndependenceWrapperReturns a short of this independence test.- Specified by:
- getDescriptionin interface- IndependenceWrapper
- Returns:
- This description.
 
- 
getDataTypeDescription copied from interface:IndependenceWrapperReturns the data type that the search requires, whether continuous, discrete, or mixed.- Specified by:
- getDataTypein interface- IndependenceWrapper
- Returns:
- This type.
 
- 
getParametersDescription copied from interface:IndependenceWrapperReturns the parameters that this search uses.- Specified by:
- getParametersin interface- HasParameters
- Specified by:
- getParametersin interface- IndependenceWrapper
- Returns:
- A list of String names of parameters.
 
 
-