pub fn get_insert_probs_pair<T>(
    x: &SparseProbMat<T>,
    y: &(usize, usize)
) -> ProbsPairwhere
    T: HashIndex,