Class ParsedExtendedStats

All Implemented Interfaces:
Aggregation, ExtendedStats, NumericMetricsAggregation, NumericMetricsAggregation.MultiValue, Stats, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment
Direct Known Subclasses:
ParsedExtendedStatsBucket

public class ParsedExtendedStats extends ParsedStats implements ExtendedStats
  • Field Details

    • sumOfSquares

      protected double sumOfSquares
    • variance

      protected double variance
    • variancePopulation

      protected double variancePopulation
    • varianceSampling

      protected double varianceSampling
    • stdDeviation

      protected double stdDeviation
    • stdDeviationPopulation

      protected double stdDeviationPopulation
    • stdDeviationSampling

      protected double stdDeviationSampling
    • stdDeviationBoundUpper

      protected double stdDeviationBoundUpper
    • stdDeviationBoundLower

      protected double stdDeviationBoundLower
    • stdDeviationBoundUpperPopulation

      protected double stdDeviationBoundUpperPopulation
    • stdDeviationBoundLowerPopulation

      protected double stdDeviationBoundLowerPopulation
    • stdDeviationBoundUpperSampling

      protected double stdDeviationBoundUpperSampling
    • stdDeviationBoundLowerSampling

      protected double stdDeviationBoundLowerSampling
    • sum

      protected double sum
    • avg

      protected double avg
  • Constructor Details

    • ParsedExtendedStats

      public ParsedExtendedStats()
  • Method Details