Say I have a hidden Markov model (HMM), and due to the emission distribution and our observations, we get probability 0 for certain states due to computer precision, which causes singularities (divide by 0) when using the forward algorithm.
What are some methods to handle this? One method is to use a distribution with fatter tails, i.e. replace a Gaussian distribution with a t-distribution. Are there others?