Skip to content

Commit 9addbb8

Browse files
authored
Merge pull request #162 from caleb-allen/patch-1
Use non-mobile Wikipedia urls
2 parents 6e3d223 + cf7040f commit 9addbb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Statistics.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ defined in this paper:
937937
- Hyndman, R.J and Fan, Y. (1996) "Sample Quantiles in Statistical Packages",
938938
*The American Statistician*, Vol. 50, No. 4, pp. 361-365
939939
940-
- [Quantile on Wikipedia](https://en.m.wikipedia.org/wiki/Quantile) details the different quantile definitions
940+
- [Quantile on Wikipedia](https://en.wikipedia.org/wiki/Quantile) details the different quantile definitions
941941
942942
# Examples
943943
```jldoctest
@@ -1090,7 +1090,7 @@ defined in this paper:
10901090
- Hyndman, R.J and Fan, Y. (1996) "Sample Quantiles in Statistical Packages",
10911091
*The American Statistician*, Vol. 50, No. 4, pp. 361-365
10921092
1093-
- [Quantile on Wikipedia](https://en.m.wikipedia.org/wiki/Quantile) details the different quantile definitions
1093+
- [Quantile on Wikipedia](https://en.wikipedia.org/wiki/Quantile) details the different quantile definitions
10941094
10951095
# Examples
10961096
```jldoctest

0 commit comments

Comments
 (0)