preliz icon indicating copy to clipboard operation
preliz copied to clipboard

A tool-box for prior elicitation.

Results 22 preliz issues
Sort by recently updated
recently updated
newest added

Currently PPE, only accepts as a target a single PreliZ distribution. We should allow more than one distribution. I see at least two useful options * A list, and then...

This paper https://osf.io/paby6/ and this library https://github.com/dmi3kno/qpd are very interesting.

https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.jf_skew_t.html#scipy.stats.jf_skew_t This will soon be available from PyMC.

See #407 and #411. For these two distributions, but not others, we have to add 1, so it seems we are missing something. Maybe we are making a mistake for...

For the default plots (`ecdf`, `hist`, and ``kde), the lower bound of y is always 0. But it may be different for user custom plots.

We already have part of this functionality in PreliZ, but we could expose it to the user and make it nicer for users The steps should be: 1) Read a...

In #173 sliders (now textboxes) become aware of a few functions that can be applied to the parameters. Providing a truly general solution will probably be too hard, and it...

Similar to #300 we should have a parser for PyMC

Currently, PPA is limited to work with a given set of samples. Instead in `predictive_finder` we can generate a fresh set of samples from the updated prior.

A parser for Bambi was added in #300. It is highly likely that needs to be generalized as the implementation was done as a proof of concept and tested only...