Bayesiantype
Bayesiantype is a probabilistic programming language designed for Bayesian inference. It allows users to define probabilistic models and then automatically perform inference to estimate the parameters of these models. The language is built on top of the Julia programming language, leveraging its performance and extensive ecosystem. Bayesiantype focuses on providing a user-friendly interface for specifying complex Bayesian models without requiring users to implement intricate sampling algorithms manually.
The core idea behind Bayesiantype is to separate the model specification from the inference procedure. Users
Bayesiantype supports a range of common probability distributions and allows for the definition of custom distributions.