From 5a20200701cfee7b4ca43cbe13e3f289e49103ac Mon Sep 17 00:00:00 2001 From: Santi Aguilar Date: Thu, 9 Nov 2023 14:31:52 +0100 Subject: [PATCH] updated lab --- your-code/main.ipynb | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/your-code/main.ipynb b/your-code/main.ipynb index 11ab621..7f85a98 100644 --- a/your-code/main.ipynb +++ b/your-code/main.ipynb @@ -201,7 +201,24 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Which one(s) of the variables are nearly normally distributed? How do you know?" + "Which one(s) of the variables look/are nearly normally distributed? (only by looking at them)" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "# your answer here" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# BONUS\n", + "Find a method to test it" ] }, {