Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open questions on the usage of mchmm #7

Open
flop1971 opened this issue Mar 28, 2023 · 0 comments
Open

Open questions on the usage of mchmm #7

flop1971 opened this issue Mar 28, 2023 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@flop1971
Copy link

flop1971 commented Mar 28, 2023

Hello, I have three questions on the use of the mchmm.

I have previously used the hmmlearn library, and I was wondering if it is possible to

a) set a starting set of initial probabilities for the transition matrix states. For example

start_probs = np.array([0.5, 0.5])

b) Use a different type of hmm (Poisson vs MixtureModel for example)

In hmmlearn you can set a model type (e.g. hmm.MultinomialHMM hmm.Poisson) is it possible to define different model types?

c) Output the probabilities for each predicted state.

In hmm learn you can output the probabilities of the predictions from the Viterbi function. Is there a method to perform this task in mchmm?

Thanks
Jonathan

@maximtrp maximtrp added the question Further information is requested label Apr 11, 2023
@maximtrp maximtrp self-assigned this Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants