We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41837e commit 6fcac9dCopy full SHA for 6fcac9d
1 file changed
Random Variables.ipynb
@@ -257,6 +257,7 @@
257
}
258
],
259
"source": [
260
+ "StockProbabilities = BinomialRandomVariable(5, 0.5)\n",
261
"plt.hist(StockProbabilities.draw(10000), bins = [0, 1, 2, 3, 4, 5, 6], align = 'left')\n",
262
"plt.xlabel('Value')\n",
263
"plt.ylabel('Occurences');\n",
0 commit comments