lorentzenchr commented on code in PR #37380:
URL: https://github.com/apache/arrow/pull/37380#discussion_r1312172608
##########
python/pyarrow/_compute.pyx:
##########
@@ -2145,7 +2145,8 @@ class QuantileOptions(_QuantileOptions):
Parameters
----------
q : double or sequence of double, default 0.5
- Quantiles to compute. All values must be in [0, 1].
+ Probability levels of the quantiles to compute. All values must be in
Review Comment:
I have to disagree. We should really trust R here and learn from
statisticians.
Let's say I want to calculate the 50%-quantile and the value is 33. Then 33
is the *quantile* while 50% is the corresponding *probability* or, more
specific, probability level of the quantile. 33 and 50% are 2 different numbers
for 2 different quantities with 2 different names.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]