Class IndTestFisherZFisherPValue

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

public final class IndTestFisherZFisherPValue extends Object implements IndependenceTest

Calculates independence from multiple datasets from using the Fisher method of pooling independence results. See this paper for details:

Tillman, R. E., & Eberhardt, F. (2014). Learning causal structure from multiple datasets with similar variable sets. Behaviormetrika, 41(1), 41-64.

Author:
robertillman, josephramsey
  • Constructor Details

    • IndTestFisherZFisherPValue

      public IndTestFisherZFisherPValue(List<DataSet> dataSets, double alpha)
      Constructor.
      Parameters:
      dataSets - The continuous datasets to analyze.
      alpha - The alpha significance cutoff value.
  • Method Details