stan-dev / posteriordb

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

Fix mismatching model/data names #163

Closed jarnefeltoliver closed 4 years ago

jarnefeltoliver commented 4 years ago

Closes #159

jarnefeltoliver commented 4 years ago

Also it seems that pilots-pilots posterior in its current form is a bit problematic. With method_arguments = list(chains = 10, iter = 30000, warmup = 20000, thin = 10, seed = 4711, control = list(adapt_delta = 0.99, max_treedepth = 15))), There are a couple hundred divergent transitions after warmup and the max_treedepth gets exceeded. Maybe a (non-centered) reparametrization could be in order here? @paul-buerkner @avehtari

avehtari commented 4 years ago

Also it seems that pilots-pilots posterior in its current form is a bit problematic.

I agree it's problematic and should be investigated. We want to have some difficult posteriors in db, too, but 1) it would be good to still have a good reference posterior draws, 2) if good reference posterior draws are not available, then the reference should be empty.