Class IndTestConditionalCorrelation

java.lang.Object
edu.cmu.tetrad.search.IndTestConditionalCorrelation
All Implemented Interfaces:
IndependenceTest

public final class IndTestConditionalCorrelation extends Object implements IndependenceTest
Checks conditional independence of variable in a continuous data set using a conditional correlation test for the nonlinear nonGaussian case.
Author:
Joseph Ramsey
  • Constructor Details

    • IndTestConditionalCorrelation

      public IndTestConditionalCorrelation(DataSet dataSet, double alpha)
      Constructs a new Independence test which checks independence facts based on the correlation data implied by the given data set (must be continuous). The given significance level is used.
      Parameters:
      dataSet - A data set containing only continuous columns.
      alpha - The q level of the test.
  • Method Details