From 463a54aa56c5773c236a4dda9eb2f5a844797057 Mon Sep 17 00:00:00 2001 From: Mingbo Cai Date: Mon, 30 Sep 2024 17:01:06 -0400 Subject: [PATCH] added a text explanation --- notebooks/08-HypothesisTesting.ipynb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/notebooks/08-HypothesisTesting.ipynb b/notebooks/08-HypothesisTesting.ipynb index e92b784..07a6fde 100644 --- a/notebooks/08-HypothesisTesting.ipynb +++ b/notebooks/08-HypothesisTesting.ipynb @@ -160,6 +160,15 @@ "execution_count": null, "outputs": [] }, + { + "cell_type": "markdown", + "source": [ + "We will use `scipy.stats.ttest_ind` to perform t-test between two independently drawn samples." + ], + "metadata": { + "id": "xtZofsU6qGU3" + } + }, { "cell_type": "code", "source": [