Author Archives: Informative Prior

Measure Theory for Probabilistic Modeling

By: Informative Prior

Re-posted from: https://informativeprior.com/blog/2021/01-28-measure-theory/

Modern probabilistic modeling puts strong demands on the interface and implementation of libraries for probability distributions. MeasureTheory.jl is an effort to address limitations of existing libraries. In this post, we'll motivate the need for a new library and give an overview of the approach and its benefits.

Read more

Measure Theory for Probabilistic Modeling

By: Informative Prior

Re-posted from: https://informativeprior.com/blog/2021/01-28-measure-theory/

Modern probabilistic modeling puts strong demands on the interface and implementation of libraries for probability distributions. MeasureTheory.jl is an effort to address limitations of existing libraries. In this post, we'll motivate the need for a new library and give an overview of the approach and its benefits.

Read more

Symbolic Simplification

By: Informative Prior

Re-posted from: https://informativeprior.com/blog/2021/01-25-symbolic-simplification/

Upcoming features in Soss.jl include static model simplification. After a one-time compilation cost, posterior log-densities for many models become constant cost, independent of the number of observations. Bayesian analysis for such models can easily scale to big data. The symbolic representation of the posterior log-density can also be useful for pedagogical purposes.

Read more