We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 078a513 + 7679cde commit 728f2e9Copy full SHA for 728f2e9
notebooks/05-student-two-group-comparison-finches.ipynb
@@ -13,6 +13,7 @@
13
"import seaborn as sns\n",
14
"import numpy as np\n",
15
"from utils import ECDF\n",
16
+ "import arviz as az\n",
17
"\n",
18
"%load_ext autoreload\n",
19
"%autoreload 2\n",
@@ -278,9 +279,9 @@
278
279
],
280
"metadata": {
281
"kernelspec": {
- "display_name": "bayesian-modelling-tutorial",
282
+ "display_name": "Python 3",
283
"language": "python",
- "name": "bayesian-modelling-tutorial"
284
+ "name": "python3"
285
},
286
"language_info": {
287
"codemirror_mode": {
@@ -292,7 +293,7 @@
292
293
"name": "python",
294
"nbconvert_exporter": "python",
295
"pygments_lexer": "ipython3",
- "version": "3.6.6"
296
+ "version": "3.6.8"
297
}
298
299
"nbformat": 4,
0 commit comments