quantile.quantiles()

quantile.quantiles()

Returns the quantile thresholds. If the range contains n discrete values, the returned array will contain n - 1 thresholds. Values less than the first threshold are considered in the first quantile; values greater than or equal to the first threshold but less than the second threshold are in the second quantile, and so on. Internally, the thresholds array is used with bisect to find the output quantile associated with the given input value.

doc_D3_Js
2016-11-24 10:28:35
Comments
Leave a Comment

Please login to continue.