pymc.model.core.Model.update_start_vals# Model.update_start_vals(a, b)[source]# Update point a with b, without overwriting existing keys. Values specified for transformed variables in a will be recomputed conditional on the values of b and stored in b. Parameters: adict bdict