Results 89 issues of ben18785

At the moment, it's a really bizarre model because: - It only outputs infected and recovered populations (even though we don't observe the susceptible population, we should still output it)....

code and design

[Numpyro](https://github.com/pyro-ppl/numpyro) is a lightweight probabilistic programming language allowing automatic differentiation via Jax and JIT compilation to GPU/TPU/CPU. We would like to potentially build an interface to numpyro but, first, it'd...

documentation

Only requires a few extra lines on top of existing algorithms, they claim [here](https://projecteuclid.org/euclid.ba/1572055334).

feature

This is a slightly self-involved one but I do actually think it'd be useful. I would like to add my R* convergence metric that I describe in [this](https://arxiv.org/abs/2003.07900) paper, as...

feature

Allows diagnosis of regions of high curvature.

feature
easy win

To begin with we should probably state that PINTS does not allow discrete parameters. Later on, we should probably implement some discrete samplers - for some of the samplers, these...

documentation

We should compare PINTS' outputs for its implemented samplers with those of Stan (or Pymc3) -- the current industry standard. In the future of PINTS development, I think it's important...

science!
student-project

At the moment the series of intermediate distributions are different between SMC and populationMCMC. We should allow each to have the other's option and make the default the same between...

new method

Not sure how easy this is to do in Pints but will likely be very useful for bigger models, with correlated parameters.

new method

Another really interesting direction for Pints to go in is to look at methods for sampling from intractable (i.e. unlike the Gaussian problem that are solved by use of Kalman...

science!
new method