mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[DOCS] Fix broken images (#126648)
This commit is contained in:
parent
4cbc5eb156
commit
ae33eaabdb
35 changed files with 53 additions and 168 deletions
|
@ -6,7 +6,7 @@ For a precision threshold of `c`, the implementation that we are using requires
|
|||
|
||||
The following chart shows how the error varies before and after the threshold:
|
||||
|
||||

|
||||

|
||||
|
||||
For all 3 thresholds, counts have been accurate up to the configured threshold. Although not guaranteed,
|
||||
this is likely to be the case. Accuracy in practice depends on the dataset in question. In general,
|
||||
|
|
|
@ -12,6 +12,6 @@ When using this metric, there are a few guidelines to keep in mind:
|
|||
|
||||
The following chart shows the relative error on a uniform distribution depending on the number of collected values and the requested percentile:
|
||||
|
||||

|
||||

|
||||
|
||||
It shows how precision is better for extreme percentiles. The reason why error diminishes for large number of values is that the law of large numbers makes the distribution of values more and more uniform and the t-digest tree can do a better job at summarizing it. It would not be the case on more skewed distributions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue