Closed
Description
Judging both by the behavior of sample_ppc
and its implementation code I see that it samples from a single chain of a MultiTrace
. I guess that's because indexing into such trace returns samples from a single chain only and its len()
is equal to the number of samples per chain. Not sure if that's on purpose, but it's certainly unexpected.
Versions and main components
- PyMC3 Version: 3.1
- Theano Version: 0.9.0
- Python Version: 3.6
- Operating system: Linux
- How did you install PyMC3: conda