net.sourceforge.pmd.stat
public abstract class StatisticalRule extends AbstractRule
Field Summary | |
---|---|
static double | DELTA |
Method Summary | |
---|---|
void | addDataPoint(DataPoint point) |
void | apply(List acus, RuleContext ctx) |
protected SortedSet | applyMinimumValue(SortedSet pointSet, double minValue) |
protected SortedSet | applyTopScore(SortedSet points, int topScore) |
protected double | getMean() |
protected double | getStdDev() |
protected void | makeViolations(RuleContext ctx, Set p) |