Class FloatStats
java.lang.Object
org.snpeff.stats.FloatStats
A simple class that does some basic statistics on double numbers
- Author:
- pcingola
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FloatStats
public FloatStats()
-
-
Method Details
-
avg
public double avg() -
getCount
public int getCount() -
getMax
public double getMax() -
getMin
public double getMin() -
getSum
public double getSum() -
sample
public void sample(double d) -
toString
-
toString
-