From 7d814665088928a307446663b47f7d1484f5163c Mon Sep 17 00:00:00 2001 From: f00571f25470627155e41c9e649a1d97 Date: Thu, 19 Jun 2025 07:48:00 +0000 Subject: [PATCH] =?UTF-8?q?Correction:=20utilisation=20=C3=A9cart-type=20v?= =?UTF-8?q?ersion=20corrig=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo2/exercice.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index ccbde05..37056d6 100644 --- a/module2/exo2/exercice.ipynb +++ b/module2/exo2/exercice.ipynb @@ -158,22 +158,22 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 9, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "4.312369534258399" + "4.334094455301447" ] }, - "execution_count": 8, + "execution_count": 9, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "np.std(data)" + "np.std(data, ddof=1)" ] } ], -- 2.18.1