Function to normalise a dictionary by summing all the values and dividing each term by the total. Designed for dictionary containing only positive values.
Args:
result_dict: dictionary where values should be positive number objects
Returns:
normalized_dict: dictionary where the values are normalised to sum to 1