PyMCModel.update_start_vals# PyMCModel.update_start_vals(a, b)# 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: a (dict) b (dict)