I have a set of $n$ realizations $y_j \in \{a,b,c,...\}$ in an alphabet with $k$ symbols.
Each letter from this alphabet has an unknown prior probability $x_i$. The goal is to estimate $\mathbb{x}$ from the observations $\mathbb{y}$ so as to minimize the mean square error.
I assume the probabilities $x_i$ follow a uniform distribution, with the constraint that $\sum_{i}{x_i}=1$.
I already know that the case where the alphabet has only two letters is called the bayes estimator with beta prior, which has well-known solutions. However, I'm at loss for the more general case with $k$ letters.
Any insight?