You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/quantiles/tdigest.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ and has lower accuracy towards the middle of the rank domain (median).
23
23
Measurements show that t-digest is slightly biased (tends to underestimate low ranks and overestimate high ranks), while still
24
24
doing very well close to the extremes. The effect seems to be more pronounced with more input values.
25
25
26
-
For more information on the performance characteristics, see `the Datasketches site page on t-digest <https://datasketches.apache.org/docs/tdigest/tdigest.html>`.
26
+
For more information on the performance characteristics, see `the Datasketches page on t-digest <https://datasketches.apache.org/docs/tdigest/tdigest.html>`_.
0 commit comments