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

Hacky fix for approx periodic #122

Merged
merged 7 commits into from
Dec 22, 2023
Merged

Hacky fix for approx periodic #122

merged 7 commits into from
Dec 22, 2023

Conversation

willtebbutt
Copy link
Member

Implements approx periodic kernel via to_sde. I think this will effectively just swap out one set of problems for another (sum relies on lgssm_components, while product relies on to_sde). Basically to_sde assumes that the spectral density matrix Q can be described by a single parameter q. This is true a lot of the time, but it prevents us from combining SDEs with multi-dimensional noise, which is what we get for sums / products of kernels. I can't quite remember why I made this design choice when I first wrote this package, but it either needs to be revisited, or I need to figure out how to implement products of kernels in terms of lgssm_components.

@willtebbutt
Copy link
Member Author

Okay. Looks CI is passing as much here as on other branches, so I'm going to merge this.

@willtebbutt willtebbutt merged commit 2e6ccab into master Dec 22, 2023
9 of 12 checks passed
@willtebbutt willtebbutt deleted the wct/fix-approx-periodic branch December 22, 2023 19:14
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.

1 participant