Skip to content

Commit 3a3b341

Browse files
committed
fix typo in docs
1 parent b90e866 commit 3a3b341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/latent_slice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Naturally, the sampler operates as a blocked-Gibbs sampler
1717
\begin{aligned}
1818
l_n &\sim \operatorname{Uniform}\left(l; \; x_{n-1} - s_{n-1}/2,\, x_{n-1} + s_{n-1}/2\right) \\
1919
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) \\
20+
t_n &\sim \operatorname{Uniform}\left(0, \pi\left(x_{n-1}\right)\right) \\
2121
x_n &\sim \operatorname{Uniform}\left\{x \mid \pi\left(x_n\right) > t_n\right\},
2222
\end{aligned}
2323
```

0 commit comments

Comments
 (0)