https://github.com/petrushev/bayesian-modeling
Case studies with Bayesian methods
https://github.com/petrushev/bayesian-modeling
bayesian-data-analysis bayesian-inference bayesian-methods hierarchical-models jupyter-notebook mcmc multilevel-models pymc3 python statistical-models
Last synced: 4 months ago
JSON representation
Case studies with Bayesian methods
- Host: GitHub
- URL: https://github.com/petrushev/bayesian-modeling
- Owner: petrushev
- License: gpl-3.0
- Created: 2019-06-23T14:18:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-04T10:26:53.000Z (over 2 years ago)
- Last Synced: 2025-04-11T18:05:33.881Z (10 months ago)
- Topics: bayesian-data-analysis, bayesian-inference, bayesian-methods, hierarchical-models, jupyter-notebook, mcmc, multilevel-models, pymc3, python, statistical-models
- Language: Jupyter Notebook
- Homepage:
- Size: 16.6 MB
- Stars: 10
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bayesian-modeling
Case studies with Bayesian methods
## Hierarchical model for spelling performance
A [hierarchical model](01%20spelling/spelling.ipynb) for the `spelling` data from the study `D. Thissen, Steinberg, and Wainer` (1993)

## Multinomial logistic model for three-class classifition
A [multinomial logistic model](02%20iris/classification.ipynb) for the `iris` dataset (Fisher, 1936)

## Fourier analysis for time series
A [Fourier analysis model](03%20keeling/periodic.ipynb) for the Mauna Loa CO2 data (the `Keeling curve`)

## Time series modeling with heteroskedastic data
A [hierarchical time series model](04%20air-politution/air-polution.ipynb) with log-normal likelihood for air polution data in Skopje.

## Inference with weights on observed data
A [simple example using Potential](05%20weighted%20observations/potential-example.ipynb) for inference with data with weights

## Monotone dependency modeling
A [simple example using Dirichlet prior](06%20monotone/monotone-dirichlet.ipynb) for modeling of monotone dependency

## Slow evolving multiplicative factor - Covid-19 Rt model
A [model for estimation of the Rt reproductive factor for Covid-19](07%20covid19/simple-MK.ipynb), modeled with Random walks in the log scale.
