Ask a Question

Prefer a chat interface with context about you and your work?

Functional programming for modular Bayesian inference

Functional programming for modular Bayesian inference

We present an architectural design of a library for Bayesian modelling and inference in modern functional programming languages. The novel aspect of our approach are modular implementations of existing state-of-the-art inference algorithms. Our design relies on three inherently functional features: higher-order functions, inductive data-types, and support for either type-classes or …