Skip to content

Commit

Permalink
Add missing import of scipy.stats
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Pölsterl committed Oct 31, 2016
1 parent 0413e0f commit c70190e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Chapter6_Priorities/Ch6_Priors_PyMC3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"source": [
"%matplotlib inline\n",
"import numpy as np\n",
"import scipy.stats as stats\n",
"from IPython.core.pylabtools import figsize\n",
"import matplotlib.pyplot as plt\n",
"\n",
Expand Down

0 comments on commit c70190e

Please sign in to comment.