d3.quantile(numbers, p). Returns the p-quantile of the given sorted array of numbers, where p is a number in the range [0,1]. For example, the median can be ...
確定! 回上一頁