pymc.backends.zarr.ZarrChain.point#

ZarrChain.point(idx)#

Return point values at idx for current chain.

Returns:
valuesMapping[str, np.ndarray | np.number]

Dictionary of values with variable names as keys. Values for scalar (0-d) variables may be returned as numpy scalars rather than 0-d ndarrays; callers that need a strict ndarray must wrap with np.asarray.