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

Add Gaussian state space model distribution. #1904

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

tillahoffmann
Copy link
Contributor

This PR adds a Gaussian state space model distribution which generalizes a Gaussian random walk. The state vector $\mathbf z$ evolves as $\mathbf{z}_t = \mathbf{A}\mathbf{z}_{t-1} +\boldsymbol\epsilon_t$, where $\mathbf A$ is a square transition matrix and $\boldsymbol\epsilon_t$ is innovation noise for step $t$. The distribution is implemented as a transformation of a multivariate normal distribution using a recursive linear transformation from #1766.

Copy link
Member

@fehiepsi fehiepsi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woohoo, nice to see pieces glue together. Thanks @tillahoffmann!

@fehiepsi fehiepsi merged commit a313a6e into pyro-ppl:master Nov 12, 2024
4 checks passed
@tillahoffmann tillahoffmann deleted the gss branch November 12, 2024 19:41
@tillahoffmann
Copy link
Contributor Author

Woohoo, nice to see pieces glue together. Thanks @tillahoffmann!

Fingers crossed, I'll be able to share how all the other PRs fit into the bigger picture soon. "Just" wrapping up the analysis...

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

Successfully merging this pull request may close these issues.

2 participants