This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-13
Channels
- # announcements (34)
- # aws (1)
- # beginners (99)
- # boot (19)
- # calva (26)
- # cider (24)
- # cljdoc (8)
- # cljs-dev (29)
- # clojure (107)
- # clojure-dev (3)
- # clojure-europe (12)
- # clojure-finland (1)
- # clojure-italy (24)
- # clojure-nl (5)
- # clojure-spec (13)
- # clojure-sweden (3)
- # clojure-uk (36)
- # clojurescript (4)
- # community-development (14)
- # cursive (3)
- # data-science (6)
- # datascript (57)
- # figwheel-main (3)
- # fulcro (9)
- # graalvm (11)
- # hoplon (18)
- # jobs (1)
- # jobs-discuss (2)
- # joker (10)
- # leiningen (13)
- # off-topic (23)
- # other-languages (1)
- # pathom (24)
- # pedestal (5)
- # re-frame (6)
- # reagent (45)
- # reitit (3)
- # rewrite-clj (1)
- # spacemacs (2)
- # sql (23)
- # tools-deps (6)
- # vim (5)
Has anyone had experience using Stan with Clojure? With this library or otherwise? https://github.com/thomasathorne/clj-stan
I think clj-stan works by using the command line Stan executable. When I use Stan, I reach for R packages like rstan, rstanarm, brms, or rethinking rather than Clojure. Mainly because it is used and more mature. I do think clj-stan likely works well but may require more intimate knowledge of the Stan language than from R (or Python)
For others less familiar with Stan, these R libraries go a fair way to write the Stan language code for you, making optimizations along the way, as opposed to simply eval
ing the stan language code (like eval
ing Vega language for plots). Along those lines, I imagine sooner or later helper libraries or functions that help write common Vega might be underway...
Anyone in here got any experience with the Unidata LDM system? -> https://www.unidata.ucar.edu/software/ldm/