This is an automated email from the ASF dual-hosted git repository. leerho pushed a commit to branch Fix_thetaSize_tables in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
commit 50851c781d3ee7be283cd5a6eea045e927b18cad Author: Lee Rhodes <[email protected]> AuthorDate: Mon Sep 9 15:40:16 2024 -0700 Fix table markdown table formatting. --- docs/Theta/ThetaSize.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Theta/ThetaSize.md b/docs/Theta/ThetaSize.md index 3dbc81ab..a2984e44 100644 --- a/docs/Theta/ThetaSize.md +++ b/docs/Theta/ThetaSize.md @@ -131,8 +131,8 @@ number of valid entries is never larger than <i>k</i>. | Empty | After Rebuild() | Estimating Avg | Estimating Max -Nominal Entries (k) : Formula -> | 8 | k*8 +24 | k*12 + 24 | k*15 + 24 ----------------|-------------|-------------|------------|-------------- +**Nominal Entries (k) : Formula ->** | **8** | **k*8 +24** | **k*12 + 24** | **k*15 + 24** 16 | 8 | 152 | 216 | 264 32 | 8 | 280 | 408 | 504 64 | 8 | 536 | 792 | 984 @@ -160,8 +160,8 @@ plus 4 standard deviations. | Empty | Estimating Avg | Std Dev | Max @ 99.997% -Nominal Entries (k) : Formula -> | 8 | k*8 + 24 | sqrt(k) | (k+4SD)*8 +24 ----------------|-------------|-------------|------------|---------- +**Nominal Entries (k) : Formula ->** | **8** | **k*8 + 24** | **sqrt(k)** | **(k+4SD)*8 +24** 512 | 8 | 4,120 | 23 | 4,844 1,024 | 9 | 8,216 | 32 | 9,240 2,048 | 10 | 16,408 | 45 | 17,856 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
