d3-array 
数组操作、排序、搜索、汇总等。
¥Array manipulation, ordering, searching, summarizing, etc.
请参阅以下之一:
¥See one of:
- 数字相加 - 添加全精度浮点值。 - ¥Adding numbers - Add floating point values with full precision. 
- 数据分箱 - 将离散样本分箱到连续、不重叠的区间中。 - ¥Binning data - Bin discrete samples into continuous, non-overlapping intervals. 
- 数据二等分 - 快速在已排序数组中查找值。 - ¥Bisecting data - Quickly find a value in a sorted array. 
- 数据模糊 - 在一维或二维中模糊定量值。 - ¥Blurring data - Blur quantitative values in one or two dimensions. 
- 数据分组 - 对离散值进行分组。 - ¥Grouping data - Group discrete values. 
- 驻留值 - 使用非原始值(例如日期)创建映射和集合。 - ¥Interning values - Create maps and sets with non-primitive values such as dates. 
- 集合运算 - 集合上的逻辑运算。 - ¥Set operations - Logical operations on sets. 
- 数据排序 - 对值数组进行排序和重新排序。 - ¥Sorting data - Sort and reorder arrays of values. 
- 数据汇总 - 计算汇总统计数据。 - ¥Summarizing data - Compute summary statistics. 
- 刻度 - 从连续间隔中生成代表值。 - ¥Ticks - Generate representative values from a continuous interval. 
- 数据变换 - 导出新数组。 - ¥Transforming data - Derive new arrays.