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>, java.lang.constant.Constable
Enclosing class:
PcCommon

public static enum PcCommon.ColliderDiscovery extends Enum<PcCommon.ColliderDiscovery>

Give the options for the collider discovery algroithm 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:
  • Enum Constant Details

  • Method Details

    • values

      public static PcCommon.ColliderDiscovery[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PcCommon.ColliderDiscovery valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null