aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorYuchen Pei <me@ypei.me>2019-02-19 19:25:01 +0100
committerYuchen Pei <me@ypei.me>2019-02-19 19:25:01 +0100
commit0d9bd00fbac8822743973c1b28b64afa75aa5237 (patch)
treef299af6eac6d3c2fab7ed35c7cb0e4f0bbfcbf3b /posts
parent9c5a971fd859b1f6a2ef4d0a17c5be218defe2ff (diff)
minor fix
Diffstat (limited to 'posts')
-rw-r--r--posts/2019-02-14-raise-your-elbo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/2019-02-14-raise-your-elbo.md b/posts/2019-02-14-raise-your-elbo.md
index d08444d..bcda1d2 100644
--- a/posts/2019-02-14-raise-your-elbo.md
+++ b/posts/2019-02-14-raise-your-elbo.md
@@ -344,7 +344,7 @@ Now the model becomes
$$p(x_{\ell, i} | d_{\ell, i} = \ell; \theta) = \sum_k p(x_{\ell, i} | z_{\ell, i} = k; \theta) p(z_{\ell, i} = k | d_{\ell, i} = \ell; \theta).$$
Since we have regrouped the $x$'s and $z$'s whose indices record the values
-of the $d$'s, we can remove $d$ from the equation altogether.
+of the $d$'s, we can remove the $d$'s from the equation altogether:
$$p(x_{\ell, i}; \theta) = \sum_k p(x_{\ell, i} | z_{\ell, i} = k; \theta) p(z_{\ell, i} = k; \theta).$$