I need to calculate the mean and std.dev of a list of -ve exponential values using python. Using the usual np.mean(list_of_values) doesn\'t seem to give me the correct answer.