modify_cnt_ptable: Modify a ptable suitable for frequency count variables
Description
modify_cnt_ptable() is a function to modify the standard
ptable for count variables that is generated by create_cnt_ptable() or
within the 'cellKey'-package. The noise intervals in
the standard ptable are ordered from -D to D. A modified ptable still has
the same properties as the standard ptable but can ensure a higher
protection of perturbed frequency tables since the noise probabilities are
split and the intervals are rearranged.
In a first step, the noise probabilities larger than a threshold value
will be split. Then, the split noise probabilities are randomly rearranged
using a seed (the modifications is replicable). Finally, the intervals of
the ptable will be adjusted.