BasisResearch / chirho

An experimental language for causal reasoning
https://basisresearch.github.io/chirho/getting_started.html
Apache License 2.0
164 stars 10 forks source link

Add classic hierarchical Bayesian model example #21

Open eb8680 opened 1 year ago

eb8680 commented 1 year ago

Paper: Hierarchical Models for Causal Effects

eb8680 commented 1 year ago

@qinqian this or #18 might be good starting points for contribution. This one in particular is reasonably self-contained, and there are already a few related examples in Pyro and NumPyro, e.g. here.

qinqian commented 1 year ago

sure, thanks for the advice @eb8680! I'll review this and #18 to see how to add them to the examples of the tutorial.