aemcmc icon indicating copy to clipboard operation
aemcmc copied to clipboard

AeMCMC is a Python library that automates the construction of samplers for Aesara graphs representing statistical models.

Results 33 aemcmc issues
Sort by recently updated
recently updated
newest added

Related to #48 This PR provides a closed-form posterior solution to an Exponential observation model with a Gamma prior. Some part was directly inspired from other rewrites and tests, but...

Update versions of pre-commit hooks to latest version.

## Description of your problem or feature request It is my understanding that current exact posteriors, e.g. `gamma_poisson_conjugateo`, can only condition on a single observation $Y \sim \text{Poisson}$ rather than...

bug
enhancement
important
question
exact posterior

Trying to add more conjugates. will be addition with current commit Uniform -Pareto. @brandonwillard @rlouf Please let me know which of the conjugates should be more prioritized.

enhancement
exact posterior
mathematical relations

We can use the same approach we're currently using for deriving Gibbs samplers to instead identify and use proximal envelopes for many non-standard and discrete prior and observed distributions (see...

enhancement
important

Inspired by https://github.com/aesara-devs/aeppl/pull/221. Making sure the documentation for the transformations is up to date will quickly get cumbersome and can easily be automated with custom directives.

documentation
help wanted

We need to make sure that our `kanren`-based rewrites (e.g. conjugates) update the RNG `SharedVariable.default_update`s; otherwise, we'll get implicit updates that include the original non-conjugated graphs in the compiled results.

bug
important
question
miniKanren