@@ -5,16 +5,16 @@ jupytext:
5
5
format_name : myst
6
6
format_version : 0.13
7
7
kernelspec :
8
- display_name : Python 3.10.5 ('pymc-dev' )
8
+ display_name : Python 3 (ipykernel )
9
9
language : python
10
10
name : python3
11
11
---
12
12
13
13
(hierarchical_partial_pooling)=
14
14
# Hierarchical Partial Pooling
15
- :::{post} Oct 07, 2021
16
- :tags: hierarchical model,
17
- :category: intermediate,
15
+ :::{post} Jan 28, 2023
16
+ :tags: hierarchical model
17
+ :category: intermediate
18
18
:author: Vladislavs Dovgalecs, Adrian Seybolt, Christian Luhmann
19
19
:::
20
20
@@ -159,6 +159,7 @@ Notice that, despite the fact our additional player did not get any hits, the es
159
159
* authored by Vladislavs Dovgalecs in November, 2016 ([ pymc #1546 ] ( https://github.com/pymc-devs/pymc/pull/1546 ) )
160
160
* updated by Adrian Seybolt in June, 2017 ([ pymc #2288 ] ( https://github.com/pymc-devs/pymc/pull/2288 ) )
161
161
* updated by Christian Luhmann in August, 2020 ([ pymc #4068 ] ( https://github.com/pymc-devs/pymc/pull/4068 ) )
162
+ * run using PyMC v5 by Reshama Shaikh in January, 2023
162
163
163
164
+++
164
165
@@ -174,7 +175,7 @@ Notice that, despite the fact our additional player did not get any hits, the es
174
175
175
176
``` {code-cell} ipython3
176
177
%load_ext watermark
177
- %watermark -n -u -v -iv -w -p aesera,aeppl, xarray
178
+ %watermark -n -u -v -iv -w -p xarray
178
179
```
179
180
180
181
:::{include} ../page_footer.md
0 commit comments