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: arrayThe array to map. start_pointAn optional dictionary of initial values.