public interface ExtendedStats extends Stats
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExtendedStats.Bounds |
NumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValueAggregation.CommonFieldsToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsTYPED_KEYS_DELIMITEREMPTY_PARAMS| Modifier and Type | Method and Description |
|---|---|
double |
getStdDeviation()
The standard deviation of the collected values.
|
java.lang.String |
getStdDeviationAsString()
The standard deviation of the collected values as a String.
|
double |
getStdDeviationBound(ExtendedStats.Bounds bound)
The upper or lower bounds of the stdDeviation
|
java.lang.String |
getStdDeviationBoundAsString(ExtendedStats.Bounds bound)
The upper or lower bounds of stdDev of the collected values as a String.
|
double |
getSumOfSquares()
The sum of the squares of the collected values.
|
java.lang.String |
getSumOfSquaresAsString()
The sum of the squares of the collected values as a String.
|
double |
getVariance()
The variance of the collected values.
|
java.lang.String |
getVarianceAsString()
The variance of the collected values as a String.
|
getAvg, getAvgAsString, getCount, getMax, getMaxAsString, getMin, getMinAsString, getSum, getSumAsStringgetMetaData, getName, getTypeisFragmenttoXContentdouble getSumOfSquares()
double getVariance()
double getStdDeviation()
double getStdDeviationBound(ExtendedStats.Bounds bound)
java.lang.String getStdDeviationAsString()
java.lang.String getStdDeviationBoundAsString(ExtendedStats.Bounds bound)
java.lang.String getSumOfSquaresAsString()
java.lang.String getVarianceAsString()