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

Implement a (hidden) Markov model #164

Open
pawel-czyz opened this issue Jun 28, 2024 · 0 comments
Open

Implement a (hidden) Markov model #164

pawel-czyz opened this issue Jun 28, 2024 · 0 comments

Comments

@pawel-czyz
Copy link
Member

pawel-czyz commented Jun 28, 2024

Use TFP on JAX to define a new BMM:

X1 – X2 – ... – Xn 
 |   |          |
Y1   Y2 – ... –  Yn

However, this requires first fixing #161, so that the joint distribution returns tuples of arrays for $(X, Y)$, rather than sampling them jointly and unwrapping.

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

1 participant