Eero Linna

Results 5 issues of Eero Linna

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")...

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...