public class DataStatistics extends Object
Constructor and Description |
---|
DataStatistics() |
DataStatistics(double initNum) |
Modifier and Type | Method and Description |
---|---|
void |
add(double newNum) |
double |
count() |
double |
mean() |
double |
outlier(float sigma) |
double |
std() |
String |
toString() |
void |
updateStatistics(double old,
double update) |
double |
var() |
public DataStatistics()
public DataStatistics(double initNum)
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.