I have 240 samples and their relative frequencies (calculated from empirical observations), hence I have the probability distribution. It looks like this (hypothetical values):
Sample Number Of Occurrences Probability
----------------------------------------------
1 19 0.00001 = 19/sum(occurrences)
2 1200 0.02
... ... ...
240 345 0.0003
How can I determine which distribution (beta, exponential, ...) fits my data the best and with which parameters? Or, on a higher level, how can I inspect my distribution and draw interesting conclusions about other distributions? I mean, I can plot the probabilities of the samples, but what else?
I already came across this post but it doesn't really answer the question: Does my data come from a gamma or beta distribution?
I am working with R so any information with regard to that is also very helpful.