Trying to figure out ecosystem of Kotlin-Statistic...
# datascience
t
Trying to figure out ecosystem of Kotlin-Statistics and how I will make 2.0 multiplatform, and possibly use KMath for the linear algebra stuff....
k
@thomasnield I've had similar conundrums lately. I have some rng distribution sampling stuff i've been holding onto in the interest of deduplication. Since it seems koma will go its own way and wrap other kotlin libs as backends it probably makes sense to just push onwards. perhaps a koma wrapper around kotlin-statistics makes sense if it becomes multiplatform...
t
@kyonifer ugh... yes we need to figure this out at some point. I'm building some right now and I may contribute them.
k
koma has a multiplatform implementation of pcg that might be of use to you as well: https://github.com/kyonifer/koma/blob/master/koma-core-api/common/src/koma/internal/randn.kt http://www.pcg-random.org
t
Okay cool I'll take a look, thank you