Skip to content

Commit d26bfb8

Browse files
authored
notebook: glm hierarchical, run pymc v5 (#498)
* run pymc v5 * add myst file
1 parent 9d70e3e commit d26bfb8

File tree

2 files changed

+50
-36
lines changed

2 files changed

+50
-36
lines changed

examples/generalized_linear_models/GLM-hierarchical-binomial-model.ipynb

Lines changed: 47 additions & 34 deletions
Large diffs are not rendered by default.

examples/generalized_linear_models/GLM-hierarchical-binomial-model.myst.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ jupytext:
55
format_name: myst
66
format_version: 0.13
77
kernelspec:
8-
display_name: Python 3.9.7 ('base')
8+
display_name: Python 3 (ipykernel)
99
language: python
1010
name: python3
1111
---
1212

1313
# Hierarchical Binomial Model: Rat Tumor Example
14-
:::{post} Nov 11, 2021
14+
:::{post} Jan 10, 2023
1515
:tags: generalized linear model, hierarchical model
1616
:category: intermediate
1717
:author: Demetri Pananos, Junpeng Lao, Raúl Maldonado, Farhan Reynaldo
@@ -268,6 +268,7 @@ Analytically calculating statistics for posterior distributions is difficult if
268268
* Adapted from chapter 5 of Bayesian Data Analysis 3rd Edition {cite:p}`gelman2013bayesian` by Demetri Pananos and Junpeng Lao ([pymc#3054](https://github.com/pymc-devs/pymc/pull/3054))
269269
* Updated and reexecuted by Raúl Maldonado ([pymc-examples#24](https://github.com/pymc-devs/pymc-examples/pull/24), [pymc-examples#45](https://github.com/pymc-devs/pymc-examples/pull/45) and [pymc-examples#147](https://github.com/pymc-devs/pymc-examples/pull/147))
270270
* Updated and reexecuted by Farhan Reynaldo in November 2021 ([pymc-examples#248](https://github.com/pymc-devs/pymc-examples/pull/248))
271+
* Rerun with PyMC v5, by Reshama Shaikh, January 2023
271272

272273
+++
273274

0 commit comments

Comments
 (0)