Skip to content

Commit 37f7eae

Browse files
authored
[odu] FIX: reformat wide equation (#413)
* FIX: reformat wide equation * taking the and out of latex math for improved formatting
1 parent 1a42a80 commit 37f7eae

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

lectures/odu.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,11 @@ $$
167167
\mathbb{P}\{q = f \,|\, W = w\}
168168
= \frac{\mathbb{P}\{W = w \,|\, q = f\}\mathbb{P}\{q = f\}}
169169
{\mathbb{P}\{W = w\}}
170-
\quad \text{and} \quad
170+
$$
171+
172+
and
173+
174+
$$
171175
\mathbb{P}\{W = w\} = \sum_{\omega \in \{f, g\}} \mathbb{P}\{W = w \,|\, q = \omega\} \mathbb{P}\{q = \omega\}
172176
$$
173177

@@ -178,7 +182,11 @@ Letting
178182

179183
$$
180184
q_{\pi}(w) := \pi f(w) + (1 - \pi) g(w)
181-
\quad \text{and} \quad
185+
$$
186+
187+
and
188+
189+
$$
182190
\kappa(w, \pi) := \frac{\pi f(w)}{\pi f(w) + (1 - \pi) g(w)}
183191
$$
184192

0 commit comments

Comments
 (0)