Skip to content

Commit 84a8750

Browse files
committed
change obs indices
1 parent cd9d036 commit 84a8750

File tree

2 files changed

+56
-14
lines changed

2 files changed

+56
-14
lines changed

examples/mixture_models/gaussian_mixture_model.ipynb

+31-13
Large diffs are not rendered by default.

examples/mixture_models/marginalized_gaussian_mixture_model.ipynb

+25-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
"source": [
1616
"# Marginalized Gaussian Mixture Model\n",
1717
"\n",
18-
"Author: [Austin Rochford](http://austinrochford.com)"
18+
":::{post} Sept 17, 2021\n",
19+
":tags: mixture model\n",
20+
":category: intermediate\n",
21+
":::"
1922
]
2023
},
2124
{
@@ -511,6 +514,27 @@
511514
"az.plot_ppc(trace);"
512515
]
513516
},
517+
{
518+
"cell_type": "markdown",
519+
"metadata": {},
520+
"source": [
521+
"Author: [Austin Rochford](http://austinrochford.com)"
522+
]
523+
},
524+
{
525+
"cell_type": "markdown",
526+
"metadata": {},
527+
"source": [
528+
"## References"
529+
]
530+
},
531+
{
532+
"cell_type": "markdown",
533+
"metadata": {},
534+
"source": [
535+
"## Watermark"
536+
]
537+
},
514538
{
515539
"cell_type": "code",
516540
"execution_count": 11,

0 commit comments

Comments
 (0)