public static class StatisticsWithSpan.Long extends Statistics.Long implements StatisticsWithSpan
StatisticsWithSpan.Double, StatisticsWithSpan.LongnumObservations| Constructor and Description |
|---|
Long() |
Long(long minimum,
long maximum,
long first,
long sum,
long sumSq,
int numObservations,
long span) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSpanObservation(double span) |
void |
addSpanObservation(float value) |
void |
addSpanObservation(int value) |
void |
addSpanObservation(long value) |
void |
addSpanObservation(short value) |
double |
getAverageSpan() |
double |
getMaxSpan() |
double |
getMinSpan() |
int |
getNumObservationsSpan() |
double |
getVarianceSpan() |
java.lang.String |
toHTMLString() |
addObservation, addObservation, addObservation, addObservation, addObservation, fillHTMLString, getAverage, getMaximum, getMaximumDouble, getMinimum, getMinimumDouble, getNumObservations, getVarianceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddObservation, addObservation, addObservation, addObservation, addObservation, getAverage, getMaximumDouble, getMinimumDouble, getNumObservations, getVariancepublic Long(long minimum,
long maximum,
long first,
long sum,
long sumSq,
int numObservations,
long span)
public Long()
public void addSpanObservation(double span)
addSpanObservation in interface StatisticsWithSpanpublic double getAverageSpan()
getAverageSpan in interface StatisticsWithSpanpublic double getVarianceSpan()
getVarianceSpan in interface StatisticsWithSpanpublic java.lang.String toHTMLString()
toHTMLString in interface StatisticstoHTMLString in interface StatisticsWithSpantoHTMLString in class Statistics.Longpublic int getNumObservationsSpan()
getNumObservationsSpan in interface StatisticsWithSpanpublic double getMaxSpan()
public double getMinSpan()
public void addSpanObservation(long value)
addSpanObservation in interface StatisticsWithSpanpublic void addSpanObservation(int value)
addSpanObservation in interface StatisticsWithSpanpublic void addSpanObservation(short value)
addSpanObservation in interface StatisticsWithSpanpublic void addSpanObservation(float value)
addSpanObservation in interface StatisticsWithSpan