Skip to content

Commit 3cc7bf9

Browse files
committed
fix rendering
1 parent a73a346 commit 3cc7bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2025-03-10-sampling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,15 +253,15 @@ The sum of the coefficient $\sum_{\substack{r \notin T \\ p_r > \tau}} \frac{p_r
253253

254254
$$0 \leq \frac{W(\tau)}{S(\tau)} < 1$$
255255

256-
Suppose $\tau^*$ is the pivot where $|\Delta_j(\tau)|$ reach its maximum, if it's positive, we have:
256+
Suppose $\tau^*$ is the pivot where $\left|\Delta_j(\tau)\right|$ reach its maximum, if it's positive, we have:
257257

258258
$$
259259
|\Delta_j(\tau^*)| \leq \sum_{\substack{r \notin T \\ p_r > \tau^*}}
260260
\frac{p_r}{S(\tau)} |\Delta_j(p_r)| \leq \sum_{\substack{r \notin T \\ p_r > \tau^*}}
261261
\frac{p_r}{S(\tau)} |\Delta_j(\tau^*)| = \frac{W(\tau^*)}{S(\tau^*)} |\Delta_j(\tau^*)| < |\Delta_j(\tau^*)|
262262
$$
263263

264-
which is contradiction, which means $\Delta_j(\tau^*) = 0$, and our solution is unique.
264+
which leads to a contradiction, which means $\Delta_j(\tau^*) = 0$, and our solution is unique.
265265

266266
The algorithm starts with $\tau = 0$; therefore
267267

0 commit comments

Comments
 (0)