This is an automated email from the ASF dual-hosted git repository.
charlie 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 4dee5d2a Typo in line 34
4dee5d2a is described below
commit 4dee5d2a350cff549c80792f91390f810998e912
Author: c-dickens <[email protected]>
AuthorDate: Fri Aug 12 09:25:14 2022 +0100
Typo in line 34
The Y-axis is the number of distinct visitors (customers) that have visited
our site ~Y~ --> X number of times during the 30 day period
---
docs/Tuple/TupleEngagementExample.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/Tuple/TupleEngagementExample.md
b/docs/Tuple/TupleEngagementExample.md
index 9f43d91a..f0508f21 100644
--- a/docs/Tuple/TupleEngagementExample.md
+++ b/docs/Tuple/TupleEngagementExample.md
@@ -31,7 +31,7 @@ For example, let's study the following histogram:
The X-axis is the number of days that a specific customer (identified by some
unique ID) visits our site in a 30 day period.
-The Y-axis is the number of distinct visitors (customers) that have visited
our site Y number of times during the 30 day period.
+The Y-axis is the number of distinct visitors (customers) that have visited
our site X number of times during the 30 day period.
Reading this histogram we can see that about 100 distinct visitors visited our
site exactly one day out of the 30 day period. About 11 visitors visited our
site on 5 different days of the 30 day period. And, it seems that we have one
customer that visited our site every day of the 30 day period! We certainly
want to encourage more of these loyal customers.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]