Merge pull request #515 from mike96265/fix-image-not-found-with-docsify

fix boxplot_explanation.png not found when using docsify serve
pull/664/head
Lee Stott 2 weeks ago committed by GitHub
commit 07f5b5d7fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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**:
<img src="images/boxplot_explanation.png" width="50%"/>
<img src="images/boxplot_explanation.png" alt="Box Plot Explanation" width="50%">
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].

Loading…
Cancel
Save