Package picard.util
Class SeriesStats
java.lang.Object
picard.util.SeriesStats
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SeriesStats
public SeriesStats()
-
-
Method Details
-
add
public void add(double v) -
getLast
public double getLast() -
getCount
public int getCount() -
getMin
public double getMin() -
getMax
public double getMax() -
getUniq
public int getUniq() -
getMean
public double getMean() -
getMedian
public double getMedian() -
getPercentile
public double getPercentile(double precentile) -
getStd
public double getStd()
-