OpenSearch/x-pack/plugin/analytics
Christos Soulios c65f828cb7
[7.x] Histogram field type support for ValueCount and Avg aggregations (#56099)
Backports #55933 to 7.x

Implements value_count and avg aggregations over Histogram fields as discussed in #53285

- value_count returns the sum of all counts array of the histograms
- avg computes a weighted average of the values array of the histogram by multiplying each value with its associated element in the counts array
2020-05-04 13:23:02 +03:00
..
licenses [7.x] Add Student's t-test aggregation support (#54469) (#54737) 2020-04-06 11:36:47 -04:00
src [7.x] Histogram field type support for ValueCount and Avg aggregations (#56099) 2020-05-04 13:23:02 +03:00
build.gradle [7.x] Add Student's t-test aggregation support (#54469) (#54737) 2020-04-06 11:36:47 -04:00