Skip to content

Commit 5f7ce82

Browse files
Fix indentation
1 parent ac33d3d commit 5f7ce82

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pymc3/examples/dp_mix.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
" \n",
2323
" where $\\delta$ is the [Dirac delta measure](https://en.wikipedia.org/wiki/Dirac_delta_function)\n",
2424
" \n",
25-
" $$\\begin{align*}\n",
26-
" \\delta_{\\omega}(S)\n",
27-
" & = \\begin{cases}\n",
28-
" 1 & \\textrm{if } \\omega \\in S \\\\\n",
29-
" 0 & \\textrm{if } \\omega \\not \\in S\n",
30-
" \\end{cases}\n",
31-
" \\end{align*}.$$\n",
25+
" $$\\begin{align*}\n",
26+
" \\delta_{\\omega}(S)\n",
27+
" & = \\begin{cases}\n",
28+
" 1 & \\textrm{if } \\omega \\in S \\\\\n",
29+
" 0 & \\textrm{if } \\omega \\not \\in S\n",
30+
" \\end{cases}\n",
31+
" \\end{align*}.$$\n",
3232
"\n",
3333
"2. The posterior predictive distribution of a new observation is a compromise between the base measure and the observations,\n",
3434
"\n",

0 commit comments

Comments
 (0)