Firstly, sorry if this is not the correct place to submit questions such as this one.
I have been reviewing all the Python package for implementing discrete-time HMMs and came across your work. First of all, thanks. Very neat library (plot_hmm is great!).
I am wondering if it's possible to have emission probabilities defined as a PDF (say, multinomial), instead of the current matrix form. In my use case, emissions take continuous values. Is this possible or is it out of the library's scope? Thanks!