awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
rmcelreath avatar

rmcelreath/stat_rethinking_2022

0
View on GitHub↗
4,103 stars·434 forks·R·17 views

Stat Rethinking 2022

This project is a collection of Bayesian statistics courseware and educational resources. It provides instructional materials, problem sets, and solutions designed for learning Bayesian data analysis and causal modeling.

The repository includes a suite of statistical data visualization scripts used to generate instructional animations and plots. It also contains code examples that implement Bayesian modeling and survival analysis across multiple programming languages to demonstrate different computational approaches.

The materials cover a range of statistical capabilities, including causal inference for evaluating treatment effects and post-stratification weighting to adjust sample data for population representation. Other covered areas include survival analysis for modeling event durations and the application of curated statistical packages.

Features

  • Bayesian Estimation Guides - Provides structured educational resources and code implementations for mastering Bayesian data analysis and causal modeling.
  • Bayesian Statistics Courseware - Provides a comprehensive collection of instructional materials, problem sets, and solutions for learning Bayesian statistics.
  • Causal Inference Tools - Provides tools and educational content for identifying cause-effect relationships in observational data.
  • Causal Effect Estimators - Implements methods for estimating the magnitude of causal effects and generalizing those effects across populations.
  • Exercise-Solution Pairings - Provides educational structures that link specific problem statements directly to verified algorithmic implementations.
  • Curriculum Sequencing - Arranges learning materials in a structured sequence to guide the progression from basic to complex causal modeling.
  • Course Assignments - Offers a set of structured assignments and solutions for practicing Bayesian data analysis techniques.
  • Problem Set Collections - Provides structured problem sets and corresponding solutions to support the study of Bayesian data analysis.
  • Bayesian Statistical Modeling - Implements probabilistic models with priors and likelihoods across multiple languages to explore computational approaches.
  • Cross-Language Implementations - Provides Bayesian model implementations across multiple programming languages to demonstrate various computational approaches.
  • Study Guides - Offers educational resources and study guides focused on evaluating treatment effects and generalizing outcomes.
  • Causal Effect Estimators - Provides methods for estimating the magnitude of causal relationships and evaluating treatment effects from observational data.
  • Survival Analysis - Provides instructional materials and code for modeling the time until a specific event occurs.
  • Instructional Animation Scripts - Ships scripts that render instructional animations and plots to visualize complex statistical analysis concepts.
  • Statistical Data Visualizations - Uses visual representations and plots to analyze and communicate relationships and patterns within statistical data.
  • Cross-Language Implementation Maps - Provides collections of identical logic across different languages to illustrate syntax and runtime differences for educational purposes.

Star history

Star history chart for rmcelreath/stat_rethinking_2022Star history chart for rmcelreath/stat_rethinking_2022

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does rmcelreath/stat_rethinking_2022 do?

This project is a collection of Bayesian statistics courseware and educational resources. It provides instructional materials, problem sets, and solutions designed for learning Bayesian data analysis and causal modeling.

What are the main features of rmcelreath/stat_rethinking_2022?

The main features of rmcelreath/stat_rethinking_2022 are: Bayesian Estimation Guides, Bayesian Statistics Courseware, Causal Inference Tools, Causal Effect Estimators, Exercise-Solution Pairings, Curriculum Sequencing, Course Assignments, Problem Set Collections.

What are some open-source alternatives to rmcelreath/stat_rethinking_2022?

Open-source alternatives to rmcelreath/stat_rethinking_2022 include: py-why/dowhy — DoWhy is an open-source Python library for causal inference that structures the entire analysis into a sequential… pymc-devs/pymc — PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian… py-why/econml — EconML is a Python library for causal inference designed to estimate heterogeneous treatment effects using a… jrfiedler/causal_inference_python_code — This repository provides a collection of Python implementations for causal inference, designed to estimate the impact… rlabbe/kalman-and-bayesian-filters-in-python — This project is an educational resource and toolkit for implementing Bayesian estimation and Kalman filters in Python.… camdavidsonpilon/probabilistic-programming-and-bayesian-methods-for-hackers — This project is a computational statistics textbook and Bayesian data analysis course. It serves as a guide for…

Open-source alternatives to Stat Rethinking 2022

Similar open-source projects, ranked by how many features they share with Stat Rethinking 2022.
  • py-why/dowhyP

    py-why/dowhy

    8,175View on GitHub↗

    DoWhy is an open-source Python library for causal inference that structures the entire analysis into a sequential four-step framework: modeling, identification, estimation, and refutation. It treats causal assumptions as explicit, first-class citizens, represented as directed acyclic graphs that can be automatically validated against observed data. The library distinguishes itself by cleanly separating the causal identification problem from statistical estimation, allowing any compatible estimator to be used for a given target estimand. It includes automated refutation testing that validates

    Python
    View on GitHub↗8,175
  • pymc-devs/pymcpymc-devs avatar

    pymc-devs/pymc

    9,650View on GitHub↗

    PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian inference. It provides a probabilistic graphical model library for specifying random variables, priors, and likelihood functions, supported by an MCMC sampling engine and variational inference tools to estimate posterior distributions. The framework features a GPU-accelerated inference backend that compiles models into machine code to increase execution speed. It utilizes a backend-agnostic tensor execution model and just-in-time graph compilation to optimize the computation o

    Pythonbayesian-inferencemcmcprobabilistic-programming
    View on GitHub↗9,650
  • py-why/econmlpy-why avatar

    py-why/EconML

    4,683View on GitHub↗

    EconML is a Python library for causal inference designed to estimate heterogeneous treatment effects using a combination of machine learning and econometrics. It serves as a toolkit for calculating conditional average treatment effects to determine how specific interventions impact individuals or subgroups. The project provides a framework for double machine learning and orthogonal machine learning to isolate causal signals from high-dimensional confounders. It includes specialized implementations for causal forests and instrumental variable learners, allowing for the recovery of causal relat

    Jupyter Notebookcausal-inferencecausalityeconometrics
    View on GitHub↗4,683
  • jrfiedler/causal_inference_python_codejrfiedler avatar

    jrfiedler/causal_inference_python_code

    1,350View on GitHub↗

    This repository provides a collection of Python implementations for causal inference, designed to estimate the impact of specific interventions using observational data. It serves as a statistical toolkit for researchers to isolate causal signals from complex confounding factors in data sets that lack experimental control. The framework enables the application of rigorous methodologies to study health determinants and evaluate policy interventions. By utilizing structural causal modeling and directed acyclic graphs, the library allows users to map causal dependencies and identify the necessar

    Jupyter Notebookcausal-inferencecausalitydata-science
    View on GitHub↗1,350
See all 30 alternatives to Stat Rethinking 2022→