UNPKG

geobuckets

Version:

Lightweight Javascript (TypeScript, really) library for classification. Dependency free, tested, and type safe.

2 lines 194 B
export declare const standardDeviationBuckets: (data: Array<number>, numberClasses: number, matchDataBounds?: boolean) => Promise<Array<number>>; //# sourceMappingURL=standardDeviation.d.ts.map