Skip to content

Commit c70190e

Browse files
author
Sebastian Pölsterl
committed
Add missing import of scipy.stats
1 parent 0413e0f commit c70190e

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)