posteriordb icon indicating copy to clipboard operation
posteriordb copied to clipboard

Database with posteriors of interest for Bayesian inference

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

Now we do not document the individual variables but just a general description.

1. Deprecation tags for (stan) models. This should be possible to check automatically. 2. Model version dependency tags (for what versions does the model work).

Arviz provides nice visualization tools for posterior samples, but the current golden samples data format requires a pretty long dance to get it into an `InferenceData. For example, currently I...

Looking over the recent paper [here](https://arxiv.org/pdf/1810.00873.pdf) I noticed that a number of the models they outperform stan on need updated and are not really made for performance testing. I'll list...

Dear all, I am wondering if there is interest to incorporate some problems from astrophysics. On the one hand, I have assembled a few real problems which use specialized libraries,...

Not nessecary right now, but might be useful further down the line.

Is there an equivalent of `pd

We want to have a structure to be able to generate data of different sizes an properties. Ideally from a json file and setup the stancode in a way that...

This is an issue started from the following PR #192 Ping @mandel.

We are currently looking into adding model inputs as follows. ``` "inputs": { "N": { "type": "int", "dimensions": 0}, "kid_score": { "type": "real", "dimensions": 1}, "mom_iq": { "type": "real", "dimensions":...