ArXiv

Dynestyx: A Probabilistic Programming Library for Dynamical Systems

Authors
Daniel Waxman, Dmitry Batenkov, John Feser...
Categories
stat.ML, cs.LG, eess.SP, nlin.CD, stat.ME
arXiv
https://arxiv.org/abs/2606.16985v1
PDF
https://arxiv.org/pdf/2606.16985v1

Brief

Dynestyx is a new probabilistic programming library designed to integrate state-space models (SSMs) into PPL workflows by offering a unified API for discrete- and continuous-time dynamics, arbitrary priors, mixed-effect data, and joint state/parameter inference with principled uncertainty quantification. Presented by Waxman et al. (arXiv:2606.16985v1, 2026-06-15), the 7-page paper aims to reduce friction in Bayesian dynamical-systems analysis.

Source evidence

Abstract

State-space models (SSMs) are the standard formalism for Bayesian treatment of dynamical systems, with natural applications in statistics, signal processing, and machine learning. Despite their importance in both theory and application, dynamical systems have proven difficult to incorporate in modern probabilistic programming languages (PPLs), making state-of-the-art methods less accessible to practitioners and introducing friction in following the "Bayesian workflow." We introduce dynestyx, a probabilistic programming library with first-class support for SSMs, including state-of-the-art methods in the estimation of both states and parameters. Through a single, unified interface, users may specify arbitrary priors for discrete-time or continuous-time dynamical systems, perform inference over mixed-effect data, and make state and parameter estimates with principled uncertainty quantification.

Comment: 7 pages