Thomas is indeed seems to be busy nowadays. I do not think that maintaining the fork makes any sense. You can either ask him to give maintanence rights. Or we can join some of its functionality to kmath-stat. Since kmath has multiplatform and much better support for non-double values.
altavir
05/11/2021, 6:05 AM
We also have streaming statistics processing, which never made way to kotlin-statistics.
altavir
05/11/2021, 6:15 AM
cc @thomasnield
l
LeoColman
05/11/2021, 2:06 PM
I liked the idea to add the features to
kmath-stat
makes a lot of sense!
a
altavir
05/11/2021, 2:38 PM
@LeoColman I would be very greatful if you could list things you want to port from kotlin-statistics. and create an issue about that. Things will probably look a bit different, since statistics are made as objects, not as extension functions, but it will allow not to duplicate code with statistics on different types.