Fork me on GitHub
#data-science
<
2021-06-18
>
Rob Haisfield13:06:35

Are there any really great practice sets to work with? I’m trying to learn statistics through Clojure libraries like Incanter or Kixi

Rob Haisfield13:06:21

Also, are there any books like “Think Stats” but for Clojure? Or a Clojure translation of it? https://greenteapress.com/wp/think-stats-2e/

chrisn13:06:59

I would check out https://github.com/generateme/fastmath also as far as Clojure stats libraries go. @tsulej as some version of think-stats he was working with.

👍 3
Rob Haisfield14:06:16

Amazing, thank you

Rob Haisfield14:06:40

@chris441 @tsulej what is notable about fastmath related to the other libraries i pointed to?

Rob Haisfield14:06:01

Thank you so much for translating that book. I’ve been wanting to do more computational stats for a while but Python just didn’t click with me

genmeblog15:06:49

I wrote fastmath as a support math library for clojure2d and it's a bag of functions I needed.