<@U0HUJ25V1> I was catching up on my taking kotlin...
# mathematics
a
@thomasnield I was catching up on my taking kotlin and remembered that I promised mpp version of kotlin-statistics. Just commited working mpp version of kotlin statistics to https://github.com/thomasnield/kotlin-statistics/tree/mpp-dev. Commons-math specific features are still available on jvm target. In future, I think it makes sense to move them to separate subproject. We can also publish the library to bintray (https://bintray.com/mipt-npm/scientifik) to make it available at maven. I've also added minot support for statistics in kmath: https://github.com/mipt-npm/kmath/blob/dev/kmath-prob/src/commonMain/kotlin/scientifik/kmath/prob/Statistic.kt it takes a little bit different approach, which is needed for more mathematically robust API and streaming processing. In future, we can probably bring everything together.
🔝 3