We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90e866 commit 3a3b341Copy full SHA for 3a3b341
docs/src/latent_slice.md
@@ -17,7 +17,7 @@ Naturally, the sampler operates as a blocked-Gibbs sampler
17
\begin{aligned}
18
l_n &\sim \operatorname{Uniform}\left(l; \; x_{n-1} - s_{n-1}/2,\, x_{n-1} + s_{n-1}/2\right) \\
19
s_n &\sim p(s \mid x_{n-1}, l_{n}) \\
20
-t_n &\sim \operatorname{Uniform}\left(0, \pi\left(x_n\right)\right) \\
+t_n &\sim \operatorname{Uniform}\left(0, \pi\left(x_{n-1}\right)\right) \\
21
x_n &\sim \operatorname{Uniform}\left\{x \mid \pi\left(x_n\right) > t_n\right\},
22
\end{aligned}
23
```
0 commit comments