Class MSeparationTest

java.lang.Object
edu.cmu.tetrad.algcomparison.independence.MSeparationTest
All Implemented Interfaces:
IndependenceWrapper, HasParameters, TetradSerializable, Serializable

@TestOfIndependence(name="M-Separation Test", command="m-sep-test", dataType=Graph) public class MSeparationTest extends Object implements IndependenceWrapper
Wrapper for M-separation test. Requires a true DAG as input.
Author:
josephramsey
See Also:
  • Constructor Details

    • MSeparationTest

      public MSeparationTest()
      Use this empty constructor to satisfy the java reflection
    • MSeparationTest

      public MSeparationTest(Graph graph)
  • Method Details