home.social

#mcmcstan — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mcmcstan, aggregated by home.social.

  1. Sampling from a t distribution is harder than I thought. I wrote some code that implements a relatively new method by Shaw, Luu, and Brickman:
    github.com/szego/truncated-stu

  2. New blog post! Here's a guide to calculating the differences between categorical proportions in a principled, #bayesian way with #rstats, #mcmcstan, and {brms}, including fancy things like mosaic plots (with {ggmosaic} and striped fills (with {ggpattern}) andrewheiss.com/blog/2023/05/1 #statsodon

  3. Here's another species that provides an interesting contrast:
    American Kestrel, apparently cyclical pattern in time that is largely consistent across the species' range.
    #AmericanKestrel
    #NABBS
    #CitizenScience
    #BiologicalMonitoring #mcmcStan #birds

  4. Anyone have a good way of taking cmdstanr optimization results, reshaping them into the list form required by `init`, and then starting sampling/optimization from that point?

    #mcmcstan #bayes @mcmc_stan

  5. 🚨 New #JuliaLang package! StanLogDensityProblems.jl is a really basic package that implements the LogDensityProblems.jl interface for @mcmc_stan models, built on BridgeStan.jl. It also integrates with PosteriorDB.jl, which makes it really easy to benchmark a new inference method against a large number of models. #ProbProg #MCMCStan

    github.com/sethaxen/StanLogDen

  6. There's a podcast interviewing the O.G. Bob Carpenter, give it a listen if you're a Bayes type. Real excited to listen when I get a moment!

    learnbayesstats.com/episode/76

    #mcmcstan

  7. What's the best way to get the Hessian from #Stan models after optimizing?

    #mcmcstan

  8. Oh, and if you want a quick and easy tldr version of that zero-inflated model post, here's a short reproducible example that you can make for yourself #rstats #bayesian @rstats #brms #MCMCstan gist.github.com/andrewheiss/95