I have a histogram, and I want to estimate the parameters of the underlying distribution. Here is the data I've taken from the graph:
$$ \begin{array}{c|lcr} \text{Interval} & \text{Count}\\ \hline 0-.70 & 0\\ .70-.75 & 1\\ .75-.80 & 21\\ .80-.85 & 36\\ .85-.90 & 59\\ .90-.95 & 69\\ .95-1 & 4\\ \end{array} $$
So far, I've estimated $\alpha = 33.15$ and $\beta=4.78$. I rounded each point to the center of the range (so $36$ points at $.825$, $59$ at $.875$, etc.). From this, I found the mean and variance, and solved for the values of $\alpha$ and $\beta$.
Is this the best way to do it?
This question is making the assumption that the data follows a beta distribution.