stan-dev / posteriordb

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

Add different levels of gold standard #107

Closed MansMeg closed 4 years ago

MansMeg commented 4 years ago

Micheal B suggested that we should have different levels of gold standards:

  1. Pure analytical independent draws (gold)
  2. Dynamic HMC draws that has been checked with SBC (silver)
  3. Dynamic HMC checked (bronze)

This should be added as a slot in the gold standard info object.

MansMeg commented 4 years ago

So we add to the reference posterior if SBC has been checked or not. Then it can be computed automatically.

eerolinna commented 4 years ago

Do we still want the different levels (gold, silver, bronze etc)?

MansMeg commented 4 years ago

This will be fixed by adding SBC slot. Then we get this. It is just not called gold silver and bronze.

eerolinna commented 4 years ago

Great!

MansMeg commented 4 years ago

Done.