Class TwoCycleFalsePositive

java.lang.Object
edu.cmu.tetrad.algcomparison.statistic.TwoCycleFalsePositive
All Implemented Interfaces:
Statistic, Serializable

public class TwoCycleFalsePositive extends Object implements Statistic
The 2-cycle precision. This counts 2-cycles manually, wherever they occur in the graphs. The true positives are the number of 2-cycles in both the true and estimated graphs. Thus, if the true does not contains X->Y,Y->X and estimated graph does contain it, one false positive is counted.
Version:
$Id: $Id
Author:
josephramsey, rubens (November 2016)
See Also: