public class DataStatistics extends Object
DataStatistics()
DataStatistics(double initNum)
void
add(double newNum)
double
count()
mean()
outlier(float sigma)
std()
String
toString()
var()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public DataStatistics()
public DataStatistics(double initNum)
public void add(double newNum)
public double mean()
public double var()
public double std()
public double outlier(float sigma)
public double count()
public String toString()
toString
Object
Copyright © 2015 Apache Software Foundation. All rights reserved.