comments
This commit is contained in:
parent
e2ff7032bf
commit
0f1d0b16c0
@ -226,11 +226,11 @@
|
||||
"source": [
|
||||
"def draw_distribution():\n",
|
||||
" \"\"\"Funkcja rysuje rozkład statystyki testowej\"\"\"\n",
|
||||
" # Losowe dane bo nie jestem pewien co tu dać teraz\n",
|
||||
" dummy = np.random.normal(170, 10, 500)\n",
|
||||
" plt.hist(dummy)\n",
|
||||
" plt.show()\n",
|
||||
" pass\n",
|
||||
"draw_distribution()"
|
||||
"draw_distribution() # To trzeba wywalić potem"
|
||||
],
|
||||
"metadata": {
|
||||
"collapsed": false,
|
||||
|
Loading…
Reference in New Issue
Block a user