pymc.backends.base.MultiTrace.points#

MultiTrace.points(chains=None)[source]#

Return an iterator over all or some of the sample points

Parameters:
chains: list of int or N

The chains whose points should be included in the iterator. If chains is not given, include points from all chains.