Skip to content

Commit

Permalink
Merge pull request #162 from caleb-allen/patch-1
Browse files Browse the repository at this point in the history
Use non-mobile Wikipedia urls
  • Loading branch information
andreasnoack committed May 26, 2024
2 parents 6e3d223 + cf7040f commit 9addbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Statistics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ defined in this paper:
- Hyndman, R.J and Fan, Y. (1996) "Sample Quantiles in Statistical Packages",
*The American Statistician*, Vol. 50, No. 4, pp. 361-365
- [Quantile on Wikipedia](https://en.m.wikipedia.org/wiki/Quantile) details the different quantile definitions
- [Quantile on Wikipedia](https://en.wikipedia.org/wiki/Quantile) details the different quantile definitions
# Examples
```jldoctest
Expand Down Expand Up @@ -1090,7 +1090,7 @@ defined in this paper:
- Hyndman, R.J and Fan, Y. (1996) "Sample Quantiles in Statistical Packages",
*The American Statistician*, Vol. 50, No. 4, pp. 361-365
- [Quantile on Wikipedia](https://en.m.wikipedia.org/wiki/Quantile) details the different quantile definitions
- [Quantile on Wikipedia](https://en.wikipedia.org/wiki/Quantile) details the different quantile definitions
# Examples
```jldoctest
Expand Down

0 comments on commit 9addbb8

Please sign in to comment.