I've got a bit of dilemma with moving kotlin-stati...
# science
a
I've got a bit of dilemma with moving kotlin-statistics to multiplatform. I've got single commons-math dependency left in the code, specifically
DescriptiveStatistics
class. I can produce simplified version of functions from it for kotlin-statistics and disentangle it completely. The problem is that I like architecture from commons-math and I do not want to sacrifice it. It is probably an overkill for kotlin-statistics. Maybe reimplement it as a separate module. The question to @thomasnield. Commons-math statistics package is made with ability to add custom statistics. All that architecture is useless without it. Do you actually need custom statistics?