public class Histogram extends Statistics
| Constructor and Description |
|---|
Histogram(double min,
double max,
double step) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double value)
Add value.
|
int |
getCount(int i) |
double |
getHistoMax() |
double |
getHistoMin() |
int |
getSize()
Return number of intervals.
|
double |
getStep() |
double |
getValue(int i) |
void |
printHtml(java.io.PrintStream out) |
getCount, getDeviation, getError, getMax, getMaxError, getMean, getMin, getSum, getVariancepublic void add(double value)
Statisticsadd in class Statisticsvalue - The value to add.public int getCount(int i)
public double getHistoMin()
public double getHistoMax()
public int getSize()
public double getStep()
public double getValue(int i)
public void printHtml(java.io.PrintStream out)