From f76e4f06a9ab706fc6b4b05e3a75b941e7a48a19 Mon Sep 17 00:00:00 2001 From: luvjoey1996 Date: Sat, 23 Sep 2023 22:42:43 +0800 Subject: [PATCH 1/2] fix boxplot_explanation.png not found when using docsify serve --- 1-Introduction/04-stats-and-probability/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-Introduction/04-stats-and-probability/README.md b/1-Introduction/04-stats-and-probability/README.md index bc4fddb2..fbf2e7ef 100644 --- a/1-Introduction/04-stats-and-probability/README.md +++ b/1-Introduction/04-stats-and-probability/README.md @@ -56,7 +56,7 @@ To help us understand the distribution of data, it is helpful to talk about **qu Graphically we can represent relationship between median and quartiles in a diagram called the **box plot**: - +![Box Plot Explanation](images/boxplot_explanation.png) Here we also compute **inter-quartile range** IQR=Q3-Q1, and so-called **outliers** - values, that lie outside the boundaries [Q1-1.5*IQR,Q3+1.5*IQR]. From 6049be161f287e2f6d2ac5cd80fca0a8b6180e16 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Sat, 6 Sep 2025 11:45:25 +0100 Subject: [PATCH 2/2] Update 1-Introduction/04-stats-and-probability/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- 1-Introduction/04-stats-and-probability/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-Introduction/04-stats-and-probability/README.md b/1-Introduction/04-stats-and-probability/README.md index fbf2e7ef..5dd01dd4 100644 --- a/1-Introduction/04-stats-and-probability/README.md +++ b/1-Introduction/04-stats-and-probability/README.md @@ -56,7 +56,7 @@ To help us understand the distribution of data, it is helpful to talk about **qu Graphically we can represent relationship between median and quartiles in a diagram called the **box plot**: -![Box Plot Explanation](images/boxplot_explanation.png) +Box Plot Explanation Here we also compute **inter-quartile range** IQR=Q3-Q1, and so-called **outliers** - values, that lie outside the boundaries [Q1-1.5*IQR,Q3+1.5*IQR].