UNPKG

sketches-js-hassy

Version:

TypeScript implementation of DDSketch, a distributed quantile sketch algorithm

5 lines (4 loc) 169 B
/** * Return the sum of the values from range `start` to `end` in `array` */ export declare const sumOfRange: (array: number[], start: number, end: number) => number;