Hey guys! As <https://github.com/thomasnield/kotl...
# datascience
l
Hey guys! As https://github.com/thomasnield/kotlin-statistics is no longer maintained, I forked it to https://github.com/LeoColman/Kaucasus, and I intend to keep it updated. Check it out and tell me what you think! How can we keep improving this wonderful project?
a
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.
We also have streaming statistics processing, which never made way to kotlin-statistics.
cc @thomasnield
l
I liked the idea to add the features to
kmath-stat
makes a lot of sense!
a
@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.