diff --git a/src/Statistics.jl b/src/Statistics.jl index d403264..6c5e677 100644 --- a/src/Statistics.jl +++ b/src/Statistics.jl @@ -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 @@ -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