Skip to content

Commit

Permalink
Merge pull request CamDavidsonPilon#328 from sebp/fix-import-stats
Browse files Browse the repository at this point in the history
Add missing import of scipy.stats
  • Loading branch information
CamDavidsonPilon authored Oct 31, 2016
2 parents 0413e0f + c70190e commit 87a3985
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 87a3985

Please sign in to comment.