diff --git a/1-Introduction/04-stats-and-probability/README.md b/1-Introduction/04-stats-and-probability/README.md index bc4fddb2b..fbf2e7ef5 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].