Skip to content

Commit dbffa39

Browse files
author
Joseph Damiba
committed
wording fixup
1 parent 301e929 commit dbffa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/box-plots.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fig.show()
7373

7474
### Choosing The Algorithm For Computing Quartiles
7575

76-
By default, quartiles for box plots are computed using a linear algorithm method (see #10 listed on [http://www.amstat.org/publications/jse/v14n3/langford.html](http://www.amstat.org/publications/jse/v14n3/langford.html) and [https://en.wikipedia.org/wiki/Quartile](https://en.wikipedia.org/wiki/Quartile) for more details).
76+
By default, quartiles for box plots are computed using the `linear` method (for more about linear interpolation, see #10 listed on [http://www.amstat.org/publications/jse/v14n3/langford.html](http://www.amstat.org/publications/jse/v14n3/langford.html) and [https://en.wikipedia.org/wiki/Quartile](https://en.wikipedia.org/wiki/Quartile) for more details).
7777

7878
However, you can also choose to use an `exclusive` or an `inclusive` algorithm to compute quartiles.
7979

0 commit comments

Comments
 (0)