Class F1Arrow

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

public class F1Arrow extends Object implements Statistic
Calculates the F1 statistic for arrowheads. See

...

We use what's on this page called the "traditional" F1 statistic. If the true contains X*->Y and estimated graph either does not contain an edge from X to Y or else does not contain an arrowhead at X for an edge from X to Y, one false positive is counted. Similarly for false negatives

Version:
$Id: $Id
Author:
Joseh Ramsey
See Also: