Class SepsetsMinP

java.lang.Object
edu.cmu.tetrad.search.utils.SepsetsMinP
All Implemented Interfaces:
SepsetProducer

public class SepsetsMinP extends Object implements SepsetProducer
The SepsetsMinP class is a concrete implementation of the SepsetProducer interface. It calculates the separating sets (sepsets) between nodes in a given graph using a minimum p-value approach. The sepsets are calculated based on an independence test provided to the class.

This class tries to minimize the p-value of the independence test result when selecting sepsets.