We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792486a commit 190dafaCopy full SHA for 190dafa
1 file changed
src/main/java/com/yahoo/sketches/quantiles/QuantilesSketch.java
@@ -52,7 +52,7 @@
52
Table Guide for QuantilesSketch Size in Bytes and Approximate Error:
53
K => | 16 32 64 128 256 512 1,024
54
~ Error => | 12.145% 6.359% 3.317% 1.725% 0.894% 0.463% 0.239%
55
- N | Size in Bytes ->
+ N | Size in Bytes ->
56
------------------------------------------------------------------------
57
0 | 8 8 8 8 8 8 8
58
1 | 72 72 72 72 72 72 72
0 commit comments