Paul Bürkner

@paulbuerkner.com

Full Professor of Computational Statistics at TU Dortmund University Scientist | Statistician | Bayesian | Author of brms | Member of the Stan and BayesFlow development teams Website: https://paulbuerkner.com Opinions are my own

What advice do folks have for organising projects that will be deployed to production? How do you organise your directories? What do you do if you're deploying multiple "things" (e.g. an app and an api) from the same project?

Finite mixture models are useful when data comes from multiple latent processes. BayesFlow allows: • Approximating the joint posterior of model parameters and mixture indicators • Inferences for independent and dependent mixtures • Amortization for fast and accurate estimation 📄 Preprint 💻 Code

Bild

A study with 5M+ data points explores the link between cognitive parameters and socioeconomic outcomes: The stability of processing speed was the strongest predictor. BayesFlow facilitated efficient inference for complex decision-making models, scaling Bayesian workflows to big data. 🔗Paper

Bild

what are your best tips to fit shifted lognormal models (in #brms / Stan)? I'm using: - checking the long tails (few long RTs make the tail estimation unwieldy) - low initial values for ndt - careful prior checks - pathfinder estimation of initial values still with increasing data, chains get stuck

1️⃣ An agent-based model simulates a dynamic population of professional speed climbers. 2️⃣ BayesFlow handles amortized parameter estimation in the SBI setting. 📣 Shoutout to @masonyoungblood.bsky.social & @sampassmore.bsky.social 📄 Preprint: osf.io/preprints/ps... 💻 Code: github.com/masonyoungbl...

Bild
Kyle Cranmer@kylecranmer.bsky.social · 2y ago

One of the most surprising uses of simulation-based inference: agent based models of olympic speed climbers osf.io/preprints/ps...

Neural superstatistics are a framework for probabilistic models with time-varying parameters: ⋅ Joint estimation of stationary and time-varying parameters ⋅ Amortized parameter inference and model comparison ⋅ Multi-horizon predictions and leave-future-out CV 📄 Paper 1 📄 Paper 2 💻 BayesFlow Code

Bild

The public beta version of Positron was released almost 6 months ago, and the team certainly hasn’t been idle! So what happened over the last half year? Is it worth switching? 👀 I definitely like where it's heading! Personal highlights: data explorer, command palette, help on hover + extensions 👇🏻📚

I'm going to have time to do 1-2 contributions for the summer 25 release. Here's my list to choose from, what is most interesting to you? - adding lower/upper bounds to ordered vectors (removing positive ordered since it's achieved by lb=0)

Sean Pinkney@spinkney.bsky.social · 2y ago

A new release of Stan is coming discourse.mc-stan.org/t/cmdstan-st.... Highlights: New constraints for stochastic matrices and zero-sum vectors Easier user-defined constraints Improved diagnostics New distribution, beta_negative_binomial

Any single analysis hides an iceberg of uncertainty. Sensitivity-aware amortized inference explores the iceberg: ⋅ Test alternative priors, likelihoods, and data perturbations ⋅ Deep ensembles flag misspecification issues ⋅ No model refits required during inference 🔗 openreview.net/forum?id=Kxt...

Bild

I feel like not enough people know about Quarto for creating documents. How it works: Write in markdown and use Quarto to convert it to html, pdf, epub, ... I produce my books with Quarto (web + ebook + print version). But you can also use it for websites, reports, dashboards, ... quarto.org

Quarto

An open source technical publishing system for creating beautiful articles, websites, blogs, books, slides, and more. Supports Python, R, Julia, and JavaScript.

quarto.org

BayesFlow is a library for amortized Bayesian inference with neural networks. ⋅ Multi-backend via Keras 3: Use PyTorch, TensorFlow, or JAX. ⋅ Modern nets: Flow matching, diffusion, consistency models, normalizing flows, transformers ⋅ Built-in diagnostics and plotting 🔗 github.com/bayesflow-or...

Bild