Class IndTestConditionalCorrelationLingam

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

public final class IndTestConditionalCorrelationLingam 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

    • IndTestConditionalCorrelationLingam

      public IndTestConditionalCorrelationLingam(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