This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-23
Channels
- # announcements (3)
- # aws (2)
- # babashka (31)
- # beginners (14)
- # calva (14)
- # cider (4)
- # clj-kondo (1)
- # clojure (24)
- # clojure-europe (18)
- # clojure-gamedev (4)
- # clojure-nl (3)
- # clojure-norway (23)
- # clojurescript (24)
- # core-typed (23)
- # data-science (9)
- # datomic (1)
- # emacs (15)
- # events (4)
- # gratitude (3)
- # introduce-yourself (1)
- # leiningen (9)
- # lsp (65)
- # membrane (39)
- # music (1)
- # nbb (1)
- # obb (8)
- # reitit (17)
- # releases (1)
- # tree-sitter (2)
- # vim (28)
- # xtdb (3)
Hello, I'm reading McElreath's "Statistical Rethinking", which has code examples in R (heavily lifting in bmrs), and there are translations to Python (PyMC3), and Julia. I'm following along with the first few chapters using Clojure, just using core functions and apache commons math lib, but obviously that won't cut it for long. Is there a library or combination of Clojure libraries that would be appropriate for the model building and MCMC sampling? Has anyone done this translation to Clojure? I know there's Incanter and Anglican, but I can't get a sense of which one, if either, is the de facto standard in the community, and I don't know enough about the subject to judge for myself. Thanks
Regarding the book, there are Ch2 and Ch3 translated to Clojure: https://jointprob.github.io/jointprob-clerk/
Hi @U0105JJK1L3! Are you part of the Jointprob community, by the way? https://scicloj.github.io/docs/community/groups/jointprob/
@U1EP3BZ3Q Thank you, I will check it out! @U066L8B18 I am not, looks interesting though. Is the output of that group the Clerkbooks at https://jointprob.github.io/jointprob-clerk/ ? Those look like they are hand rolling the functionality with FastMath, is that the intent for the rest of the McElreath book, or do you plan to switch to an existing framework?
Notebooks are just personal study notes. There is no dedicated framework or plan to use anything specific afaik
@U0105JJK1L3 please tell me if you wish to join the group, and if I can help you in catching up (we are looking into Chapter 4 at the moment). We meet regularly to discuss the chapters, and work on some personal projects -- there is no systematic plan for notes at the moment.