Port of java reference implementation of TDigest to kotlin/multiplatform (including javascript) TDigest is an algorithm for online accumulation of rank-based statistics such as quantiles and trimmed means. I used it in a back-end that I developed in TypeScript with Google Cloud Functions. I needed the code to interface with Typescript so I ported the original code from Java to Kotlin Multiplatform of which I used the Javascript target.
beyondeye/tdigest_kotlin_multiplatform
Port of java reference implementation of TDigest to kotlin/multiplatform (including javascript)
Kotlin
4
0