JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q38137F
  • License Apache-2.0

port of latest (5/2019) TDigest algorithm to kotlin multiplatform

Package Exports

  • tdigest-kt

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tdigest-kt) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

TDigest for kotlin multiplatform

This is a full port of the latest version(5/2019) of reference implementation of TDigest algorithm to kotlin multiplatform that outputs javascript code, with typescript type definitions You can install this library with

npm i tdigest-kt

You also need to have installed the kotlin runtime peer dependency:

npm i kotlin@1.3.30

TDigest binary compressed serialization is supported, with the same format used by the reference Java implementation

See the README for more details.