stan-dev / posteriordb

Database with posteriors of interest for Bayesian inference
181 stars 36 forks source link

Setup gold standards so we can test the gold standard definition automatically #76

Closed MansMeg closed 4 years ago

MansMeg commented 4 years ago

Two approaches to generate gold standards are included now. Stan_sampling and analytically. Stan sampling posteriors can be tested automatically to fulfill the requirements, but that requires that we create a posterior draws an object that includes chain information. The analytical posterior requires code for reproducibility.

Add all slots of relevance to rerun the gold standard and chains to the draws object.