From 9de84fc1d886b28d1cf50ca5bbd93db57cc1cf22 Mon Sep 17 00:00:00 2001 From: 521adc37f04e8509ebf5ce131815aa0a <521adc37f04e8509ebf5ce131815aa0a@app-learninglab.inria.fr> Date: Mon, 1 Feb 2021 08:22:49 +0000 Subject: [PATCH] =?UTF-8?q?=C3=A9cartype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo2/exercice.ipynb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/module2/exo2/exercice.ipynb b/module2/exo2/exercice.ipynb index a1bd20b..389ce50 100644 --- a/module2/exo2/exercice.ipynb +++ b/module2/exo2/exercice.ipynb @@ -90,6 +90,24 @@ "print(médiane_A)" ] }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "4.312369534258399\n" + ] + } + ], + "source": [ + "écartype_A = np.nanstd(A)\n", + "print(écartype_A)" + ] + }, { "cell_type": "code", "execution_count": null, -- 2.18.1