-
Notifications
You must be signed in to change notification settings - Fork 83
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
LGSSM notebook Latex and Code Mismatch and other improvements #308
Comments
Hi @canyon289! Nice catch! Yes I think there is a problem in the equation in the docs which should read: this would involve also updating the following equation to read: If you are happy to give this a shot go ahead and open a PR 👍 and feel free to also add axis labels. re multiplying by a float so that jax doesn't complain are you referring to: emission_covariance = jnp.eye(emission_dim) * 1.0 If so I think that the |
Thanks for confirming. Ill be happy to open a PR. Please give me till Sunday evening |
My apologies give me a couple more days. The week got away from me |
I believe the order of the indices in the code versus the latex code are different for the lgssm docs, where in the code the positions are the first two indices as
Latex
Code
In addition to this the docs could generally be improved by labeling the axes figures so its more apparent what is what, and adding comments that certain covariances were scaled to be quite small so the true movement would be "straight' whereas others were multiplied by a float so jax won't complain.
Happy to take this one if I
Screenshots
The text was updated successfully, but these errors were encountered: