Commit adc754b
authored
* Use a highly accurate TDigest to compute MAD.
MedianAbsoluteDeviation builds a second TDigest over the centroids of
the TDigest that's computed over the input. The second TDigest should
have only a handful of values, so using an AVLTreeDigest produces more
accurate results with no significant performance penalty.
Note that the HybridDigest can't use SortingDigest internally for large
inputs, even if the number of centroids is fairly small (likely less
than 1000).
* Update docs/changelog/97176.yaml
* Increase error in test.
* Delete docs/changelog/97176.yaml
1 parent 53c6a6f commit adc754b
File tree
1 file changed
+1
-1
lines changed- server/src/test/java/org/elasticsearch/search/aggregations/metrics
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments