I have some observation about a random variable x and I want to estimate the parameters of its probability distribution function. For example: data = {1, 2, 3, 4, 5} and choose normal distribution as prior, then I can compute mu and sigma. However, if the data become {1, 1.1, 0.9, 100, 101, 99}, I will want the probability distribution function has two peaks(or centers) and mu1=1, mu2=100.
- What is the terminology of this problem?
- If I has a prior that the number of centers is 1 or 2, how to design an algorithm to estimate mu and sigma by assuming each center is a normal distribution?