hmm_smoother.py 174 B

123456789101112
  1. #!/usr/bin/env python
  2. # coding: utf-8
  3. # # HMM smoothing (forwards-backwards algorithm)
  4. #
  5. # ## Forwards filter, backwards smoother algorithm
  6. # ## Two-filter algorithm
  7. #