Skip to content

Commit 07b0e67

Browse files
committed
Fix import
1 parent 1e309ad commit 07b0e67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kernel_density.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"collapsed": false,
2121
"input": [
2222
"import numpy as np\n",
23+
"from scipy import stats\n",
2324
"import statsmodels.api as sm\n",
2425
"import matplotlib.pyplot as plt\n",
2526
"from statsmodels.distributions.mixture_rvs import mixture_rvs"
@@ -232,4 +233,4 @@
232233
"metadata": {}
233234
}
234235
]
235-
}
236+
}

0 commit comments

Comments
 (0)