public interface StatisticsWithSpan extends Statistics
Modifier and Type | Interface and Description |
---|---|
static class |
StatisticsWithSpan.Double |
static class |
StatisticsWithSpan.Long |
Modifier and Type | Method and Description |
---|---|
void |
addSpanObservation(double value) |
void |
addSpanObservation(float value) |
void |
addSpanObservation(int value) |
void |
addSpanObservation(long value) |
void |
addSpanObservation(short value) |
double |
getAverageSpan() |
int |
getNumObservationsSpan() |
double |
getVarianceSpan() |
java.lang.String |
toHTMLString() |
addObservation, addObservation, addObservation, addObservation, addObservation, getAverage, getMaximumDouble, getMinimumDouble, getNumObservations, getVariance
void addSpanObservation(double value)
void addSpanObservation(long value)
void addSpanObservation(int value)
void addSpanObservation(short value)
void addSpanObservation(float value)
double getAverageSpan()
double getVarianceSpan()
java.lang.String toHTMLString()
toHTMLString
in interface Statistics
int getNumObservationsSpan()