I know it is possible to fit several sequences into hmmlearn but it seems to me that these sequences need to be drawn from the same distributions.
Is it possible to fit a GMHMM with several observations sequences drawn from different distributions in hmmlearn?
My use case : I would like to fit a GMHMM with K financial time series from different stocks and predict the market regime that generated the K stock prices at a specified time. So the matrix input has dimension N (number of dates) × K (number of stocks). If hmmlearn can't do that, please tell me if it is possible with another package in python or R? Thanks for you help!