pymc.backends.base.BaseTrace.point#
- BaseTrace.point(idx)#
Return point values at idx for current chain.
- Returns:
- values
Mapping[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.
- values