posteriordb icon indicating copy to clipboard operation
posteriordb copied to clipboard

Database with posteriors of interest for Bayesian inference

Results 49 posteriordb issues
Sort by recently updated
recently updated
newest added

They essentially use the same data. Also, need to indicate if models are nested or not.

Include SBC in the psoteriordb. How should that be included for a model to be . tested using SBC. What additional stuff would be needed. See SBC by Bob Carpenter...

The following is not a posterior as such and should hence be handled a little differently. https://github.com/stan-dev/stat_comp_benchmarks/tree/master/benchmarks/low_dim_corr_gauss

This is information we get from git

Diffeqs should perhaps updated to use the new `ode_rk45 `. I can take a look at this personally, if you want. Sorry for the initial blank issue, I hit enter...

## Purpose This PR adds a few Turing models: - `eight_schools_noncentered` and `eight_schools_centered`. (chosen because they're classic) - `earn_height` (chosen because the data needed for this model is a subset...

## Rationale: It would be handy to have some sort of infrastructure for ensuring model implementations in different PPLs are equivalent. ## Idea: Evaluate the log-density over the reference draws,...

## Proposal: modify the posterior `.json` files to specify what data from the dataframe is actually used as an input to the model. ## Rationale: Some models only use a...