elasticsearch/docs/reference/aggregations/metrics
Andy Bristol b8280ea7cc
median absolute deviation agg (#34482)
This commit adds a new single value metric aggregation that calculates
the statistic called median absolute deviation, which is a measure of
variability that works on more types of data than standard deviation

Our calculation of MAD is approximated using t-digests. In the collect
phase, we collect each value visited into a t-digest. In the reduce
phase, we merge all value t-digests, then create a t-digest of
deviations using the first t-digest's median and centroids
2018-10-30 07:22:52 -07:00
..
avg-aggregation.asciidoc
cardinality-aggregation.asciidoc [Docs] clarification about cardinality accuracy (#34616) 2018-10-22 13:15:45 -04:00
extendedstats-aggregation.asciidoc
geobounds-aggregation.asciidoc Make sure to use the type _doc in the REST documentation. (#34662) 2018-10-22 11:54:04 -07:00
geocentroid-aggregation.asciidoc Make sure to use the type _doc in the REST documentation. (#34662) 2018-10-22 11:54:04 -07:00
max-aggregation.asciidoc
median-absolute-deviation-aggregation.asciidoc median absolute deviation agg (#34482) 2018-10-30 07:22:52 -07:00
min-aggregation.asciidoc
percentile-aggregation.asciidoc
percentile-rank-aggregation.asciidoc
scripted-metric-aggregation.asciidoc Label required scripts in Scripted Metric Agg docs (#35051) 2018-10-29 15:13:14 -06:00
stats-aggregation.asciidoc
sum-aggregation.asciidoc Corrected aggregation name to match the example (#33786) 2018-09-17 18:24:43 -07:00
tophits-aggregation.asciidoc Upgrade to a Lucene 8 snapshot (#33310) 2018-09-06 14:42:06 +02:00
valuecount-aggregation.asciidoc
weighted-avg-aggregation.asciidoc