You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/03/05 06:38:25 UTC

[incubator-datasketches-website] 01/01: Fix typos.

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch NavBar
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git

commit 743387100f26375f800491d873d27ad785a2faad
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Mar 4 22:38:05 2020 -0800

    Fix typos.
---
 docs/Architecture/SketchFeaturesMatrix.md | 2 +-
 docs/DistinctCountMeritComparisons.md     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/Architecture/SketchFeaturesMatrix.md b/docs/Architecture/SketchFeaturesMatrix.md
index eeaff45..c8dd0a0 100644
--- a/docs/Architecture/SketchFeaturesMatrix.md
+++ b/docs/Architecture/SketchFeaturesMatrix.md
@@ -67,7 +67,7 @@ Use the following table to compare the capabilities of the different sketch fami
 See [Research]({{site.docs_dir}}/Community/Research.html) for references in [...]
 
 * **Cardinality/FM85** Derivations of [FM85]. They include the popular HyperLogLog (HLL) Sketch as well as the Compressed Probabilistic Counting (CPC) Sketch, which has a completely different theoretical derivation and is superior to the HLL sketch in terms of accuracy per byte of storage. 
-* **Cardinality/Theata** Derivations of [BJKST02].
+* **Cardinality/Theta** Derivations of [BJKST02].
 * **Cardinality/Tuple** An Extension of the Theta family that adds attributes to each hash-key.
 * **Quantiles/Cormode** Based on [AC+13]
 * **Quantiles/KLL** Based on [KLL16].
diff --git a/docs/DistinctCountMeritComparisons.md b/docs/DistinctCountMeritComparisons.md
index bb3d4bd..41c46bc 100644
--- a/docs/DistinctCountMeritComparisons.md
+++ b/docs/DistinctCountMeritComparisons.md
@@ -41,6 +41,7 @@ The seven metrics are as follows:
 * **Merge Time, Nanoseconds** The time required, per sketch, to merge into the Union operator.  These numbers are only useful for comparison in this table because merge times are sensitive to many, many factors. 
 * **Solo Error RSE** This is theoretical Relative Standard Error based on the configured size of the sketch and using the most accurate estimator for a single (solo) sketch that is not involved in any merge operations.  
 * **Merge Error RSE** This is theoretical Relative Standard Error based on the configured size of the sketch and using the most accurate estimator for a sketch that is a result of a merge operations.
+* **Size** The stored size of the sketch in bytes. This is a function of the specific configuration of the sketch
 
 ## Raw Data Table and Normalization
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org