From 0f1d0b16c0fd52c81e01bb93900d3ab499d3e919 Mon Sep 17 00:00:00 2001 From: test Date: Sat, 14 May 2022 18:13:51 +0200 Subject: [PATCH] comments --- bootstrap-t.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap-t.ipynb b/bootstrap-t.ipynb index eb9d804..770549f 100644 --- a/bootstrap-t.ipynb +++ b/bootstrap-t.ipynb @@ -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,