Minor documentation and cleanup of merging code. Specifically, it moves many of the parameter estimations extra work from the call site of the different merging methods and moves that work inside the merging method. E.g. the frequency merging code now has an internal for-loop rather than being called 4 times with slightly different parameters.
Minor documentation and cleanup of merging code. Specifically, it moves many of the parameter estimations extra work from the call site of the different merging methods and moves that work inside the merging method. E.g. the frequency merging code now has an internal for-loop rather than being called 4 times with slightly different parameters.