-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Roll HSGPPeriodic into HSGP #7470
base: main
Are you sure you want to change the base?
Conversation
Ping @bwengals @AlexAndorra |
TODO: why is it sqrt_psd in HSGP and psd in HSGPPeriodic? Which is it, or is the psd just not square rooted in the periodic version? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7470 +/- ##
==========================================
+ Coverage 87.49% 92.17% +4.67%
==========================================
Files 103 103
Lines 17215 17220 +5
==========================================
+ Hits 15063 15872 +809
+ Misses 2152 1348 -804
|
The goal was a direct implementation appendix B from this paper |
I'm pretty sure it fits in with the manifold HSGP framework outlined in ... that paper. So I think that if we cite that as well we could remove the comment about it not being a real HSGP. |
Oh!!! Sorry @bwengals, I wasn't reading that closely enough. They're not quite doing what I expected. I'm 99% sure it's not qualitatively different from what I had in mind, but I need to read up and figure exactly how what they're doing differs from the canonical manifolds-based approach. |
I just did a rebase because I was accidentally working from an old version of the |
Description
Not much here yet, but the intention is to eliminate HSGPPeriodic in favor of HSGP as a first step to implementing boundary conditions.
Related Issue
Checklist
Type of change
📚 Documentation preview 📚: https://pymc--7470.org.readthedocs.build/en/7470/