jorisvandenbossche commented on code in PR #37380:
URL: https://github.com/apache/arrow/pull/37380#discussion_r1312775041


##########
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:
   > The original t-Digest paper refers to these as quantiles [1]
   
   The proposed change here also still calls the "thing" we want to compute 
quantiles ("Probability levels of the quantiles to compute"), so I don't think 
that's in contrast with how it is worded in the quoted text. 
   
   Now, this is out of my comfort zone, so personally I am happy to follow the 
lead of numpy to follow the terminology used in R and julia.



-- 
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]

Reply via email to