We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7251ab8 + dcf3c5b commit b7563f3Copy full SHA for b7563f3
Chapter4_TheGreatestTheoremNeverTold/LawOfLargeNumbers.ipynb
@@ -1038,7 +1038,7 @@
1038
"input": [
1039
"## Enter code here\n",
1040
"import scipy.stats as stats\n",
1041
- "exp = stats.expon( 4 )\n",
+ "exp = stats.expon( scale=4 )\n",
1042
"N = 1e5\n",
1043
"X = exp.rvs( N )\n",
1044
"## ..."
@@ -1170,4 +1170,4 @@
1170
"metadata": {}
1171
}
1172
]
1173
-}
+}
0 commit comments