Skip to content

fix boxplot_explanation.png not found when using docsify serve #515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1-Introduction/04-stats-and-probability/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%"/>
![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].

Expand Down