Skip to content

Commit 53f7400

Browse files
authored
update rugby notebook (pymc-devs#294)
* update rugby notebook * fix myst substitutions * rerun notebook * xarray-einstats on conda-forge
1 parent c02063e commit 53f7400

File tree

4 files changed

+1080
-568
lines changed

4 files changed

+1080
-568
lines changed

examples/case_studies/rugby_analytics.ipynb

Lines changed: 944 additions & 488 deletions
Large diffs are not rendered by default.

examples/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
"aesara": ("https://aesara.readthedocs.io/en/latest/", None),
156156
"arviz": ("https://arviz-devs.github.io/arviz/", None),
157157
"bambi": ("https://bambinos.github.io/bambi/main", None),
158+
"einstats": ("https://xarray-einstats.readthedocs.io/en/stable/", None),
158159
"mpl": ("https://matplotlib.org/", None),
159160
"numpy": ("https://numpy.org/doc/stable/", None),
160161
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),

examples/references.bib

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ @article{ando2007bayesian
99
publisher = {Oxford University Press},
1010
doi = {10.1093/biomet/asm017}
1111
}
12+
@article{baio2010bayesian,
13+
title = {Bayesian hierarchical model for the prediction of football results},
14+
author = {Baio, Gianluca and Blangiardo, Marta},
15+
journal = {Journal of Applied Statistics},
16+
volume = {37},
17+
number = {2},
18+
pages = {253--264},
19+
year = {2010},
20+
publisher = {Taylor \& Francis}
21+
}
1222
@article{bauer2005probing,
1323
title = {Probing interactions in fixed and multilevel regression: Inferential and graphical techniques},
1424
author = {Bauer, Daniel J and Curran, Patrick J},

0 commit comments

Comments
 (0)