sketches-js-hassy
Version:
TypeScript implementation of DDSketch, a distributed quantile sketch algorithm
6 lines (5 loc) • 298 B
TypeScript
export type { Mapping } from './types';
export { KeyMapping } from './KeyMapping';
export { LogarithmicMapping } from './LogarithmicMapping';
export { LinearlyInterpolatedMapping } from './LinearlyInterpolatedMapping';
export { CubicallyInterpolatedMapping } from './CubicallyInterpolatedMapping';