[Numpy-discussion] Re: Percentile/Quantile "interpolation" refactor

2021-11-08 Thread Norma Dye
Great to found from this website such a tremendous blogs. https://bit.ly/3w74pG0 ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3/lists/nump

[Numpy-discussion] Re: Percentile/Quantile "interpolation" refactor

2021-11-04 Thread Sebastian Berg
On Wed, 2021-10-13 at 10:25 -0500, Sebastian Berg wrote: > Hi all, > > after a long time Abel has helped us and refactored the quantile and > percentile functions' `interpolation` keyword. > This PR is now merged to be included in the upcoming 1.22 release. Please don't hesitate in case there i

[Numpy-discussion] Re: Percentile/Quantile "interpolation" refactor

2021-10-22 Thread harrytallh
that is amazing to see this types of articles . keep posting such type of articles . https://bit.ly/3C5wqA9 ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.p

[Numpy-discussion] Re: Percentile/Quantile "interpolation" refactor

2021-10-21 Thread bas van beek
> Is this Spam? Very much so, I'm afraid. There's been a bit of a spam problem as of late. Regards, Bas From: A.S. Khangura Sent: 21 October 2021 10:24 To: Discussion of Numerical Python Subject: [Numpy-discussion] Re: Percentile/Quantile &

[Numpy-discussion] Re: Percentile/Quantile "interpolation" refactor

2021-10-21 Thread A.S. Khangura
On Thu, 21 Oct, 2021, 11:15 am , wrote: > keep sharing such informative article . https://bit.ly/3C551OO Is this Spam? > > ___ > NumPy-Discussion mailing list -- numpy-discussion@python.org > To unsubscribe send an email to numpy-discussion-le...@py

[Numpy-discussion] Re: Percentile/Quantile "interpolation" refactor

2021-10-20 Thread joeevansjoe6
keep sharing such informative article . https://bit.ly/3C551OO ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3/lists/numpy-discussion.pyth

[Numpy-discussion] Re: Percentile/Quantile "interpolation" refactor

2021-10-20 Thread Freya Pachl
Really great post !!! https://bit.ly/3p8nqX2 ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member addr

[Numpy-discussion] Re: Percentile/Quantile "interpolation" refactor

2021-10-18 Thread Abel AOUN
Hello, Thanks for the summary of the PR Sebastian. About the default value of python `quantile` being "exclusive". They give some explanation about why it is their default, but only in a commented bloc above the code of `quantile` and not in the actual documentation. You can see it here: https: