Skip to content

Commit 87a3985

Browse files
Merge pull request #328 from sebp/fix-import-stats
Add missing import of scipy.stats
2 parents 0413e0f + c70190e commit 87a3985

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Chapter6_Priorities/Ch6_Priors_PyMC3.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"source": [
5959
"%matplotlib inline\n",
6060
"import numpy as np\n",
61+
"import scipy.stats as stats\n",
6162
"from IPython.core.pylabtools import figsize\n",
6263
"import matplotlib.pyplot as plt\n",
6364
"\n",

0 commit comments

Comments
 (0)