Package edu.cmu.tetrad.search.test
Interface RowsSettable
- All Known Implementing Classes:
- ConditionalCorrelationIndependence,- IndTestBasisFunctionLrtFullSample,- IndTestChiSquare,- IndTestConditionalCorrelation,- IndTestConditionalGaussianLrt,- IndTestDegenerateGaussianLrtFullSample,- IndTestFisherZ,- IndTestGSquare,- Kci
public interface RowsSettable
Interface for tests that can have their rows set on the fly.
- Version:
- $Id: $Id
- Author:
- josephramsey
- 
Method Summary
- 
Method Details- 
getRowsGets the rows to use for the test. These rows over override testwise deletion if set.- Returns:
- The rows to use for the test. Can be null.
 
- 
setRowsSets the rows to use for the test. This will override testwise deletion.- Parameters:
- rows- The rows to use for the test. Can be null.
 
 
-