Enum Class PcCommon.ColliderDiscovery

java.lang.Object
java.lang.Enum<PcCommon.ColliderDiscovery>
edu.cmu.tetrad.search.utils.PcCommon.ColliderDiscovery
All Implemented Interfaces:
Serializable, Comparable<PcCommon.ColliderDiscovery>, Constable
Enclosing class:
PcCommon

public static enum PcCommon.ColliderDiscovery extends Enum<PcCommon.ColliderDiscovery>
Gives the options for the collider discovery algorithm to use--FAS with sepsets reasoning, FAS with conservative reasoning, or FAS with Max P reasoning. See these respective references:

Spirtes, P., Glymour, C. N., & Scheines, R. (2000). Causation, prediction, and search. MIT press.

Ramsey, J., Zhang, J., & Spirtes, P. L. (2012). Adjacency-faithfulness and conservative causal inference. arXiv preprint arXiv:1206.6843.

Ramsey, J. (2016). Improving accuracy and scalability of the pc algorithm by maximizing p-value. arXiv preprint arXiv:1610.00378.

See Also: