-
Notifications
You must be signed in to change notification settings - Fork 33
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
Vectorise GPs #757
Comments
I had a look at the PR linked to this issue and I'm super impressed. Its based on https://link.springer.com/article/10.1007/s11222-022-10167-2 . What I hadn't processed on the first skim of that paper is that the Hilbert space induced by the eigenfunctions of Laplace op The only place that different (stationary) choices of GP comes in is via the spectral density map This is especially good for epi modelling where its common for the GP to be representing the prior distribution over a latent |
Obviously, non-stationary GPs are out of scope (they don't have a spectral density function). But piecewise stationary representations would be in scope of this method. However, I'm not sure the eigfuncs with |
Thanks @SamuelBrand1! Do you think the maths as implemented in #742 I agree non-stationary are out of scope but that piecewise could make sense. Do you have any thoughts about a better basis set? |
If it was also computationally efficient, having the basis functions join at the boundary would make sense? But there might be better ways to achieve that. |
From my read it looked the right approach, obviously bugs can happen. |
See #742
The text was updated successfully, but these errors were encountered: