From 682f60b7ab7e598961c7fc7c2ac11dcb59241c7f Mon Sep 17 00:00:00 2001 From: Dmitri Soshnikov Date: Tue, 17 Aug 2021 13:52:35 +0300 Subject: [PATCH] Fix typo in readme.md --- 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 52baccdc..504b6c0f 100644 --- a/1-Introduction/04-stats-and-probability/README.md +++ b/1-Introduction/04-stats-and-probability/README.md @@ -51,7 +51,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](images/boxplot_expanation.png) +![Box Plot](images/boxplot_explanation.png) Here we also computer **inter-quartile range** IQR=Q3-Q1, and so-called **outliers** - values, that lie outside the boundaries [Q1-1.5*IQR,Q3+1.5*IQR].