pyro-ppl / numpyro

Probabilistic programming with NumPy powered by JAX for autograd and JIT compilation to GPU/TPU/CPU.
https://num.pyro.ai
Apache License 2.0
2.09k stars 227 forks source link

Figure in AR2 example is not reproducible #1815

Closed damonbayer closed 2 weeks ago

damonbayer commented 3 weeks ago

The current AR2 tutorial shows a figure with a posterior summary from a model, but it is from an old (incorrect?) model. See https://github.com/pyro-ppl/numpyro/issues/1346. When this was fixed in https://github.com/pyro-ppl/numpyro/pull/1350/, the figure was not updated, and there is no code to reproduce a similar figure for the new model.