public interface Distribution
Modifier and Type | Method and Description |
---|---|
double |
getMax()
Get the maximum datum.
|
double |
getMean()
Get the mean of the data.
|
double |
getMin()
Get the minimum datum.
|
int |
getN()
Get the number of items in the series.
|
String |
getName() |
double |
getStdDev()
Get the standard deviation from the mean.
|
double |
getTotal()
Get the total of the data
|
double |
getVariance()
Get the variance about the mean.
|
void |
log()
Output the moments of the distribution to the info log.
|
void |
newData(double i)
Add a new datum to the series.
|
void newData(double i)
int getN()
double getMean()
double getVariance()
double getStdDev()
double getMin()
double getMax()
double getTotal()
String getName()
void log()
Copyright © 2014. All rights reserved.