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

feat: Pathwise sampling / Matheron's rule refactoring. #378

Open
daniel-dodd opened this issue Aug 30, 2023 · 0 comments
Open

feat: Pathwise sampling / Matheron's rule refactoring. #378

daniel-dodd opened this issue Aug 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@daniel-dodd
Copy link
Member

The proposal here is to extend and structure #195 as a module than just a method on the GP. It is still nice to have quick access to this, but structuring it this way would:

(1) facilitate enhanced testing - there is quite a bit of code inside the function that is not really effectively covered by tests.
(2) facilitate this rule for non stationary kernels and for kernels that are already decomposed as basis functions. Currently we only support this if the Kernel has a spectral density!

Essentially we would give this an appropriate (possibly approximate) prior and then be able to get some samples.

@daniel-dodd daniel-dodd added the enhancement New feature or request label Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant