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

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

We should write down information on how to do efficiency testing of posterior algorithms. When we write this, we should remove some parts from the use case documents and then...

I will show the potential changes with an example using python ```python model = my_pdb.model("eight_schools_centered") ``` We can access the different model implementations ```python stan_implementation = model.implementation("stan") pymc_implementation = model.implementation("pymc3")...

stan2tfp could be useful for testing Tensorflow based models with posteriordb https://discourse.mc-stan.org/t/request-for-code-review-stan2tfp-python-wrapper/12771 https://github.com/adamhaber/stan2tfp No hurry, but added the issue that we could at some point add a case example

From what I understand the `stan3` modelling language might not be exactly the same as with current stan. `pymc3` and `pymc4` also have different modeling languages. Currently the plan is...

Would it be good to include math notation for models? For `blr` model this would mean having something like ``` \beta \sim \mathcal{N}(0,10) \\ \sigma \sim \mathcal{N}(0, 10) \\ y...

The R filtering API is like ```R pos

Currently model and data info files mix two unrelated kinds of information - Information that is intended for the users - Information that is used for internal workings of the...

Now this is not part of the posterior_filter functionality

Currently, it is only implemented for posteriors.