An open API service indexing awesome lists of open source software.

https://github.com/hsm207/bayesmadesimplegen

Solutions to BayesMadeSimple written in Gen
https://github.com/hsm207/bayesmadesimplegen

bayesian-inference data-science julia probabilistic-programming

Last synced: 3 months ago
JSON representation

Solutions to BayesMadeSimple written in Gen

Awesome Lists containing this project

README

          

# Introduction

This repository contains the solutions from Allen Downey's [BayesMadeSimple
repository](https://github.com/AllenDowney/BayesMadeSimple) written in [Gen](https://github.com/probcomp/Gen).

# System Requirements

The [00_system_requirements](./notebooks/00_system_requirements.ipynb) contains
the details of the packages required to run the solutions.

# Usage

All solutions are in the [notebooks](./notebooks) folder. The naming of the
notebooks follows the names used in the BayesMadeSimple repository.

# Contributing

Feel free to raise an issue if you have any questions, comments, or feedback.

If you know of a solution to any of the Outstanding Issues then I would be
grateful if you could raise a PR and explain the details of the solution.

# Outstanding Issues

## 02_dice

1. Why does Attempt 1 and Attempt 2 for the dice problem not work?

2. Is the solution to the additional rolls really correct? The difference in
the probabilities is around 0.03 compared to the original solution.