JSPM

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

port of 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 reference implementation of TDigest algorithm to kotlin multiplatform (original code retrieved May 2019) that outputs javascript code, with typescript type definitions You can install this library with

npm i tdigest-kt

See the README for more details.