Helper to refill a list of PAM indices with new or more results
refill_PAM_indices(initial_index_list, new_index_list)
list of PAM indices to be refill. Indices present
in this list and absent in new_index_list
are maintained.
list of PAM indices to be used to refill
initial_index_list
. New indices are included in the resulting list.
Indices present in both lists are updated using the values of this list.
A list of PAM indices containing old and new values for its indices.