awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·9 Aufrufe

Stat Rethinking 2022

Dieses Projekt ist eine Sammlung von Kursmaterialien und Bildungsressourcen zur Bayes-Statistik. Es bietet Lehrmaterialien, Aufgabenblätter und Lösungen, die für das Erlernen von Bayes-Datenanalyse und kausaler Modellierung konzipiert sind.

Das Repository enthält eine Suite statistischer Datenvisualisierungsskripte, die zur Erstellung von Lehranimationen und Diagrammen verwendet werden. Es enthält zudem Codebeispiele, die Bayes-Modellierung und Überlebenszeitanalyse über mehrere Programmiersprachen hinweg implementieren, um verschiedene rechnerische Ansätze zu demonstrieren.

Die Materialien decken ein Spektrum statistischer Funktionen ab, einschließlich kausaler Inferenz zur Evaluierung von Behandlungseffekten und Post-Stratification-Gewichtung zur Anpassung von Stichprobendaten an die Bevölkerungsrepräsentation. Weitere abgedeckte Bereiche umfassen Überlebenszeitanalyse zur Modellierung von Ereignisdauern und die Anwendung kuratierter statistischer Pakete.

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-Verlauf

Star-Verlauf für rmcelreath/stat_rethinking_2022Star-Verlauf für rmcelreath/stat_rethinking_2022

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht rmcelreath/stat_rethinking_2022?

Dieses Projekt ist eine Sammlung von Kursmaterialien und Bildungsressourcen zur Bayes-Statistik. Es bietet Lehrmaterialien, Aufgabenblätter und Lösungen, die für das Erlernen von Bayes-Datenanalyse und kausaler Modellierung konzipiert sind.

Was sind die Hauptfunktionen von rmcelreath/stat_rethinking_2022?

Die Hauptfunktionen von rmcelreath/stat_rethinking_2022 sind: Bayesian Estimation Guides, Bayesian Statistics Courseware, Causal Inference Tools, Causal Effect Estimators, Exercise-Solution Pairings, Curriculum Sequencing, Course Assignments, Problem Set Collections.

Welche Open-Source-Alternativen gibt es zu rmcelreath/stat_rethinking_2022?

Open-Source-Alternativen zu rmcelreath/stat_rethinking_2022 sind unter anderem: 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-Alternativen zu Stat Rethinking 2022

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Stat Rethinking 2022.
  • py-why/dowhyP

    py-why/dowhy

    8,175Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,175
  • pymc-devs/pymcAvatar von pymc-devs

    pymc-devs/pymc

    9,650Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,650
  • py-why/econmlAvatar von py-why

    py-why/EconML

    4,683Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,683
  • jrfiedler/causal_inference_python_codeAvatar von jrfiedler

    jrfiedler/causal_inference_python_code

    1,350Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗1,350
  • Alle 30 Alternativen zu Stat Rethinking 2022 anzeigen→