Exploratory-Analysis-of-Bayesian-Models
Exploratory-Analysis-of-Bayesian-Models copied to clipboard
Educational resources related to ArviZ
We should add a section in the model comparison chapter (probably chapter 7?) outlining the order statistic diagnostic in `commpare()` related to https://github.com/arviz-devs/arviz-stats/pull/237 with an example of thw warning that...
Add the khat plot here https://github.com/arviz-devs/EABM/blob/main/Chapters/Model_comparison.qmd#L398 --- Depends on https://github.com/arviz-devs/arviz-plots/pull/356.
Reminder to go through and implement cmdstanpy code where applicable for examples.
We don't have an example in the docstring for `reloo()` currently because it was getting too complicated. We should add a comprehensive example here. I know that when I used...
Need to add a more in-depth example using the `loo_score()` function and add a link in the `loo_score()` docstring to the EABM chapter.
https://mc-stan.org/loo/articles/online-only/faq.html
Re-create the R loo vignette for moment matching https://mc-stan.org/loo/articles/loo2-moment-matching.html with PyMC. This will be a more in-depth example of how to use `loo_moment_match` from **arviz-stats** and the benefits it brings...