Class IndTestPositiveCorr

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

public final class IndTestPositiveCorr extends Object implements IndependenceTest
Checks conditional independence of variable in a continuous data set using Fisher's Z test. See Spirtes, Glymour, and Scheines, "Causation, Prediction and Search," 2nd edition, page 94.
Author:
Joseph Ramsey, Frank Wimberly adapted IndTestCramerT for Fisher's Z
  • Constructor Details

    • IndTestPositiveCorr

      public IndTestPositiveCorr(DataSet dataSet, double alpha)
      Constructs a new Independence test which checks independence facts based on the correlation matrix 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 alpha level of the test.
  • Method Details