Skip to content

Commit fe7b1dc

Browse files
authored
Merge pull request numpy#19857 from bzah/feature/rewrite_percentile
MAINT, ENH: Refactor percentile and quantile methods
2 parents 5af5b44 + f7911c6 commit fe7b1dc

File tree

5 files changed

+850
-240
lines changed

5 files changed

+850
-240
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Add new linear interpolation methods for ``quantile`` and ``percentile``
2+
------------------------------------------------------------------------
3+
4+
``quantile`` and ``percentile`` now have 13 linear interpolation methods,
5+
nine of which can be found in the scientific literature.
6+
The remaining methods are NumPy specific and are kept for backwards
7+
compatibility. The default is "inclusive" (method 7), whose behavior is equivalent
8+
to the former default "linear".

0 commit comments

Comments
 (0)