pymc.DictToArrayBijection.rmap#

static DictToArrayBijection.rmap(array, start_point=None)[source]#

Map 1D concatenated array to a dictionary of variables in their original spaces.

Parameters:
array

The array to map.

start_point

An optional dictionary of initial values.