https://github.com/antonio-f/bayesian-inference
Simple example of bayesian modeling with Python
https://github.com/antonio-f/bayesian-inference
bayes bayesian-inference bayesian-statistics example matplotlib python visualization
Last synced: 7 months ago
JSON representation
Simple example of bayesian modeling with Python
- Host: GitHub
- URL: https://github.com/antonio-f/bayesian-inference
- Owner: antonio-f
- Created: 2022-04-18T17:18:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T17:21:09.000Z (almost 4 years ago)
- Last Synced: 2025-06-11T10:56:41.734Z (8 months ago)
- Topics: bayes, bayesian-inference, bayesian-statistics, example, matplotlib, python, visualization
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bayesian Inference
Simple example of classic coin-tossing Bayesian modeling with Python.
Dependencies: numpy, scipy, matplotlib, seaborn.