I need to measure the accuracy of an algorithm that estimates a probability distribution ((key : probability) values). I have the true distribution (for each key I have the true probability). What method(s) would be the most standard way of doing this?
I found Kullback-Leibler divergence but it...