-
Notifications
You must be signed in to change notification settings - Fork 81
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
GLM-HMM #344
Comments
I would also like to see this! |
Thanks @anne-urai! I think the only difference from the SSM example is that this model has a static transition matrix. If I recall correctly, the SSM example had input-driven dynamics. This logistic regression HMM could be a good enough for many applications though. |
Building on this, is there a straightforward to (1) use this with hmm.sample. It seems to throw me an error, which I think is related to passing a vector of inputs. And (2), is the capacity for combining this with input-driven transitions baked into DYNAMAX or only sim? |
Hello,
I have not been able to locate a tutorial/example for a GLM-HMM that has been implemented in the ssm package. Is this functionality already available? If so, is there any documentation to have a look at?
The text was updated successfully, but these errors were encountered: