Aggregation, NumericMetricsAggregation, NumericMetricsAggregation.MultiValue, Stats, ToXContent, ToXContentFragmentExtendedStatsBucketInternalExtendedStats, InternalExtendedStatsBucket, ParsedExtendedStats, ParsedExtendedStatsBucketpublic interface ExtendedStats extends Stats
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
ExtendedStats.Bounds |
Aggregation.CommonFieldsNumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValueToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsTYPED_KEYS_DELIMITEREMPTY_PARAMS| Modifier and Type | Method | 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.
|
getMetaData, getName, getTypegetAvg, getAvgAsString, getCount, getMax, getMaxAsString, getMin, getMinAsString, getSum, getSumAsStringtoXContentisFragmentdouble 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()