Package org.snpeff.stats
Class FloatStats
- java.lang.Object
-
- org.snpeff.stats.FloatStats
-
public class FloatStats extends java.lang.ObjectA simple class that does some basic statistics on double numbers- Author:
- pcingola
-
-
Constructor Summary
Constructors Constructor Description FloatStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubleavg()intgetCount()doublegetMax()doublegetMin()doublegetSum()voidsample(double d)java.lang.StringtoString()java.lang.StringtoString(boolean title)
-
-
-
Method Detail
-
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
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toString
public java.lang.String toString(boolean title)
-
-