From a8f7886610efe6a17d189d22f2c1a97857564200 Mon Sep 17 00:00:00 2001 From: c4e0d8d31afd537cd0fb8604ea8660c1 Date: Mon, 29 Jan 2024 14:55:29 +0000 Subject: [PATCH] Final --- module2/exo2/exercice.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index ceffcfa..c9e229c 100644 --- a/module2/exo2/exercice.ipynb +++ b/module2/exo2/exercice.ipynb @@ -133,19 +133,19 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 15, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "4.312369534258399\n" + "4.334094455301447\n" ] } ], "source": [ - "stdX = np.std(X)\n", + "stdX = np.std(X,ddof = 1)\n", "print(stdX)" ] }, -- 2.18.1