We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f904ef1 commit f76e4f0Copy full SHA for f76e4f0
1 file changed
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
56
57
Graphically we can represent relationship between median and quartiles in a diagram called the **box plot**:
58
59
-<img src="images/boxplot_explanation.png" width="50%"/>
+
60
61
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].
62
0 commit comments