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

Question on model #9

Open
mg10011 opened this issue Apr 27, 2016 · 1 comment
Open

Question on model #9

mg10011 opened this issue Apr 27, 2016 · 1 comment

Comments

@mg10011
Copy link

mg10011 commented Apr 27, 2016

Matt,

I am still fiddling around with your model, and I have a few questions for you if you could be so nice as to clarify.

  1. One thing I noticed was that after the inference step, if I go to the AR-HMM model object and try to access the transition matrix that represents the states, I get a full transition matrix that actually has non-zero probabilities of going to states that were not in the model.stateseqs list. Both model.trans_distn.trans_matrix and model.trans_distn.full_trans_matrix are the same, even though the inference procedure "found" a number of states that were far less than Nmax.
  2. When using the AR-HSMM model, is there a way to use the PoissonDuration as opposed to the NegativeBinomialDuration? Do you have an opinion as to what sort of prior information or intuition would lead you to use one duration distributional form versus another?

Thanks in advance,
mg

@vaxherra
Copy link

vaxherra commented Dec 3, 2019

Hey, I concur with the point (1). I think those two matrices should be different when Nmax differs from the final number of inferred states.

Could you please investigate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants