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 |
meanCI()
calculates the mean value within 95% ConfidenceInterval.
|
double |
outlier(float sigma) |
double |
std() |
String |
toString() |
void |
updateStatistics(double old,
double update) |
double |
var() |
public DataStatistics()
public DataStatistics(double initNum)
public void add(double newNum)
public void updateStatistics(double old, double update)
public double mean()
public double var()
public double std()
public double outlier(float sigma)
public double count()
public double meanCI()
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.