| java.lang.Object org.acm.seguin.pmd.stat.Metric
Metric | public class Metric (Code) | | author: David Dixon-Peugh author: This class holds all sorts of statistical information. |
Constructor Summary | |
public | Metric(String name, int count, double total, double low, double high, double mean, double stddev) |
Metric | public Metric(String name, int count, double total, double low, double high, double mean, double stddev)(Code) | | |
getAverage | public double getAverage()(Code) | | |
getCount | public int getCount()(Code) | | |
getHighValue | public double getHighValue()(Code) | | |
getLowValue | public double getLowValue()(Code) | | |
getStandardDeviation | public double getStandardDeviation()(Code) | | |
getTotal | public double getTotal()(Code) | | |
|
|