public class Statistics extends Object
Statistics(int[] points)
int
getCount()
long
getMax()
double
getMean()
getMin()
List<Range>
getRanges()
getStandardDeviation()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Statistics(@Nullable int[] points)
public double getMean()
public double getStandardDeviation()
public long getMax()
public long getMin()
public int getCount()
public List<Range> getRanges()
public String toString()
toString
Object
Copyright © 2013. All rights reserved.