aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2019-03-19 15:51:25 +0100
committerYuchen Pei <me@ypei.me>2019-03-19 15:51:25 +0100
commit7df0baf2d647287b5798e9a694ec5c9f289ffb34 (patch)
treebe958769bd785b94f6eade13f18e948f5ac373e0 /posts
parent7e4d75759c13da6df3fa80f28a310dc780acc03c (diff)
minor
Diffstat (limited to 'posts')
-rw-r--r--posts/2019-03-13-a-tail-of-two-densities.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/2019-03-13-a-tail-of-two-densities.md b/posts/2019-03-13-a-tail-of-two-densities.md
index db03a3c..460364a 100644
--- a/posts/2019-03-13-a-tail-of-two-densities.md
+++ b/posts/2019-03-13-a-tail-of-two-densities.md
@@ -100,7 +100,7 @@ a function that takes $x \in X$ as input and outputs a random variable
on $Y$.
In this post, $X = Z^m$ is the space of datasets of $m$ rows for some
-integer $m$, where each item resides in $Z$. In this case the distance
+integer $m$, where each item resides in some space $Z$. In this case the distance
$d(x, x') := \#\{i: x_i \neq x'_i\}$ is the number of rows that differ
between $x$ and $x'$.