Metropolis accept prob: which RV corresponds to which index?

You can find out the mapping using the array_to_dict method:

logp = model.logp_dlogp_function()
logp.array_to_dict(array_slice)
1 Like