You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be more convenient to introduce some class Prior for dealing with parameter priors than the current tuples. Those instances should also make it easy to evaluate the prior.
EDIT: Rather a class Distribution. Refactoring sample_from_prior will be a good starting point.
The text was updated successfully, but these errors were encountered:
Introduces `Prior` and `Distribution` classes for handling PEtab-specific prior distributions, and (PEtab-version-invariant) univariate probability distributions. Supports sampling from them, and evaluating negative log-priors (#312). Later on, this can be extended to noise models for measurements and computing loglikelihoods.
This also adds a notebook demonstrating the various prior options which are a common source confusion.
Closes#311.
:eyes: notebook: https://petab--329.org.readthedocs.build/projects/libpetab-python/en/329/example/distributions.html
It would be more convenient to introduce some
class Prior
for dealing with parameter priors than the current tuples. Those instances should also make it easy to evaluate the prior.EDIT: Rather a
class Distribution
. Refactoringsample_from_prior
will be a good starting point.The text was updated successfully, but these errors were encountered: