This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
The following commit(s) were added to refs/heads/master by this push:
new 9427a65b Correct typo
9427a65b is described below
commit 9427a65b8c12433d0d0a7944cd3b11c484635dc1
Author: Lee Rhodes <[email protected]>
AuthorDate: Tue Sep 6 17:01:50 2022 -0700
Correct typo
---
docs/Quantiles/SketchingQuantilesAndRanksTutorial.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Quantiles/SketchingQuantilesAndRanksTutorial.md
b/docs/Quantiles/SketchingQuantilesAndRanksTutorial.md
index d867e892..f469c192 100644
--- a/docs/Quantiles/SketchingQuantilesAndRanksTutorial.md
+++ b/docs/Quantiles/SketchingQuantilesAndRanksTutorial.md
@@ -158,7 +158,7 @@ These next examples use a small data set that mimics what
could be the result of
* **Boundary Rule 1:** If the given *q* is *>=* the quantile associated with
the largest cumulative rank retained by the sketch, the function will return
the largest cumulative rank, *1.0*.
* **Boundary Rule 2:** If the given *q* is *<* the quantile associated with
the smallest cumulative rank retained by the sketch, the function will return a
rank of *0.0*.
-#### Examples using normalized ranks:</b>
+<b>Examples using normalized ranks:</b>
* *r(30) = .786* Normal rule applies: *30 <= 30 < 40*, return *r(q1) = .786*.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]