Skip to content

Commit f76e4f0

Browse files
committed
fix boxplot_explanation.png not found when using docsify serve
1 parent f904ef1 commit f76e4f0

File tree

1 file changed

+1
-1
lines changed
  • 1-Introduction/04-stats-and-probability

1 file changed

+1
-1
lines changed

1-Introduction/04-stats-and-probability/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ To help us understand the distribution of data, it is helpful to talk about **qu
5656

5757
Graphically we can represent relationship between median and quartiles in a diagram called the **box plot**:
5858

59-
<img src="images/boxplot_explanation.png" width="50%"/>
59+
![Box Plot Explanation](images/boxplot_explanation.png)
6060

6161
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].
6262

0 commit comments

Comments
 (0)