Enum Class FaskOrig.LeftRight

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

public static enum FaskOrig.LeftRight extends Enum<FaskOrig.LeftRight>
Enumerates the options left-right rules to use for FASK. Options include the FASK left-right rule and three left-right rules from the Hyvarinen and Smith pairwise orientation paper: Robust Skew, Skew, and Tanh. In that paper, "empirical" versions were given in which the variables are multiplied through by the signs of the skewnesses; we follow this advice here (with good results). These others are provided for those who prefer them.