dragonfly-ai / slash

Linear Algebra and Statistics library for Scala.js, JVM, and Native.
https://dragonfly-ai.github.io/slash/
Apache License 2.0
25 stars 4 forks source link

Some basic statistical methods? #8

Closed Quafadas closed 1 year ago

Quafadas commented 1 year ago

Hi,

I ended up doing a little more than I thought at the outset. If you aren't keen on having statistical methods in here, that's fine you only need to say.

I added

In order to believe I had these done reasonably accurately, I added unit tests, and configured the testing module to test in CI. I hope that's okay - it's the only way I could get native to run at all.

I also struggled to get native to compile on my machine without updating a bunch of dependancies, so I did that too. I hope that isn't problematic, I can revert them if so...