From what I understand:
- GMM is a probabilistic model which can model N sub population normally distributed. Each component in GMM is a Gaussian distribution.
- HMM is a statistical Markov model with hidden states. When the data is continuous, each hidden state is modeled as Gaussian distribution.
If these two informations are correct, what is the difference between GMM and HMM ?
Also, in time series case (continuous data), each state is one and only one Gaussian distribution ? there is no emission probability matrix ?
Thanks for your help !!! :)