Module org.elasticsearch.server
Interface ExtendedStats
- All Superinterfaces:
- Aggregation,- NumericMetricsAggregation,- NumericMetricsAggregation.MultiValue,- Stats,- ToXContent,- ToXContentFragment
- All Known Subinterfaces:
- ExtendedStatsBucket
- All Known Implementing Classes:
- InternalExtendedStats,- InternalExtendedStatsBucket,- ParsedExtendedStats,- ParsedExtendedStatsBucket
Statistics over a set of values (either aggregated over field data or scripts)
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.AggregationAggregation.CommonFieldsNested classes/interfaces inherited from interface org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregationNumericMetricsAggregation.MultiValue, NumericMetricsAggregation.SingleValueNested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContentToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
- 
Field SummaryFields inherited from interface org.elasticsearch.search.aggregations.AggregationTYPED_KEYS_DELIMITERFields inherited from interface org.elasticsearch.xcontent.ToXContentEMPTY_PARAMS
- 
Method SummaryModifier and TypeMethodDescriptiondoubleThe population standard deviation of the collected values.The population standard deviation of the collected values as a String.doubleThe upper or lower bounds of the stdDeviationThe upper or lower bounds of stdDev of the collected values as a String.doubleThe population standard deviation of the collected values.The population standard deviation of the collected values as a String.doubleThe sampling standard deviation of the collected values.The sampling standard deviation of the collected values as a String.doubleThe sum of the squares of the collected values.The sum of the squares of the collected values as a String.doubleThe population variance of the collected values.The population variance of the collected values as a String.doubleThe population variance of the collected values.The population variance of the collected values as a String.doubleThe sampling variance of the collected values.The sampling variance of the collected values as a String.Methods inherited from interface org.elasticsearch.search.aggregations.AggregationgetMetadata, getName, getTypeMethods inherited from interface org.elasticsearch.search.aggregations.metrics.NumericMetricsAggregation.MultiValuevalue, valueNamesMethods inherited from interface org.elasticsearch.search.aggregations.metrics.StatsgetAvg, getAvgAsString, getCount, getMax, getMaxAsString, getMin, getMinAsString, getSum, getSumAsStringMethods inherited from interface org.elasticsearch.xcontent.ToXContenttoXContentMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragmentisFragment
- 
Method Details- 
getSumOfSquaresdouble getSumOfSquares()The sum of the squares of the collected values.
- 
getVariancedouble getVariance()The population variance of the collected values.
- 
getVariancePopulationdouble getVariancePopulation()The population variance of the collected values.
- 
getVarianceSamplingdouble getVarianceSampling()The sampling variance of the collected values.
- 
getStdDeviationdouble getStdDeviation()The population standard deviation of the collected values.
- 
getStdDeviationPopulationdouble getStdDeviationPopulation()The population standard deviation of the collected values.
- 
getStdDeviationSamplingdouble getStdDeviationSampling()The sampling standard deviation of the collected values.
- 
getStdDeviationBoundThe upper or lower bounds of the stdDeviation
- 
getStdDeviationAsStringString getStdDeviationAsString()The population standard deviation of the collected values as a String.
- 
getStdDeviationPopulationAsStringString getStdDeviationPopulationAsString()The population standard deviation of the collected values as a String.
- 
getStdDeviationSamplingAsStringString getStdDeviationSamplingAsString()The sampling standard deviation of the collected values as a String.
- 
getStdDeviationBoundAsStringThe upper or lower bounds of stdDev of the collected values as a String.
- 
getSumOfSquaresAsStringString getSumOfSquaresAsString()The sum of the squares of the collected values as a String.
- 
getVarianceAsStringString getVarianceAsString()The population variance of the collected values as a String.
- 
getVariancePopulationAsStringString getVariancePopulationAsString()The population variance of the collected values as a String.
- 
getVarianceSamplingAsStringString getVarianceSamplingAsString()The sampling variance of the collected values as a String.
 
-