@@ -902,7 +902,7 @@ The keyword arguments `alpha` and `beta` correspond to the same parameters in Hy
902902setting them to different values allows to calculate quantiles with any of the methods 4-9
903903defined in this paper:
904904- Def. 4: `alpha=0`, `beta=1`
905- - Def. 5: `alpha=0.5`, `beta=0.5`
905+ - Def. 5: `alpha=0.5`, `beta=0.5` (MATLAB default)
906906- Def. 6: `alpha=0`, `beta=0` (Excel `PERCENTILE.EXC`, Python default, Stata `altdef`)
907907- Def. 7: `alpha=1`, `beta=1` (Julia, R and NumPy default, Excel `PERCENTILE` and `PERCENTILE.INC`, Python `'inclusive'`)
908908- Def. 8: `alpha=1/3`, `beta=1/3`
@@ -1053,7 +1053,7 @@ The keyword arguments `alpha` and `beta` correspond to the same parameters in Hy
10531053setting them to different values allows to calculate quantiles with any of the methods 4-9
10541054defined in this paper:
10551055- Def. 4: `alpha=0`, `beta=1`
1056- - Def. 5: `alpha=0.5`, `beta=0.5`
1056+ - Def. 5: `alpha=0.5`, `beta=0.5` (MATLAB default)
10571057- Def. 6: `alpha=0`, `beta=0` (Excel `PERCENTILE.EXC`, Python default, Stata `altdef`)
10581058- Def. 7: `alpha=1`, `beta=1` (Julia, R and NumPy default, Excel `PERCENTILE` and `PERCENTILE.INC`, Python `'inclusive'`)
10591059- Def. 8: `alpha=1/3`, `beta=1/3`
0 commit comments