Class IndTestTrekSep

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

public final class IndTestTrekSep extends Object implements IndependenceTest
Checks d-separations in structural model using t-separations over indicators.
Author:
Adam Brodie
  • Constructor Details

    • IndTestTrekSep

      public IndTestTrekSep(ICovarianceMatrix covMatrix, double alpha, List<List<Node>> clustering, List<Node> latents)
      Constructs a new independence test that will determine conditional independence facts using the given correlation matrix and the given significance level.
  • Method Details