Skip to content

Commit

Permalink
added a text explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnature committed Sep 30, 2024
1 parent 97d38f2 commit 463a54a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions notebooks/08-HypothesisTesting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 463a54a

Please sign in to comment.