Skip to content

Commit 67d9e45

Browse files
committed
notebook 5
1 parent 6e88af8 commit 67d9e45

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

fundamentals_statistics/project/notebooks/05_non_parametric_tests.ipynb

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"source": [
8989
"## 🟩 Part I — Normality Diagnostics\n",
9090
"\n",
91-
"## 🟦 Normality Testing\n",
91+
"### 🟦 Normality Testing\n",
9292
"\n",
9393
"To decide whether parametric assumptions hold, we test normality using\n",
9494
"the **Shapiro–Wilk test**.\n",
@@ -376,11 +376,17 @@
376376
"id": "77d07314",
377377
"metadata": {},
378378
"source": []
379+
},
380+
{
381+
"cell_type": "markdown",
382+
"id": "740126e0",
383+
"metadata": {},
384+
"source": []
379385
}
380386
],
381387
"metadata": {
382388
"kernelspec": {
383-
"display_name": "Python 3",
389+
"display_name": "venv",
384390
"language": "python",
385391
"name": "python3"
386392
},

0 commit comments

Comments
 (0)