You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In particular, of the three choices we offer (1/2, 3/2, 5/2), nu = 1.5 is the only one where nu + 0.5 is even and thus the square root can be done conveniently analytically. For the other two I think this has to be done numerically.
To fix this we could
implement the more general form
keep this as a specific function for the Matern 3/2 kernel and implement separate functions for orders 1/2 and 5/2, i.e. what we had before.
I suspect option (2) might be more computationally efficient and, as we're unlikely to support other orders in the near future, not too cumbersome.
The text was updated successfully, but these errors were encountered:
I don't think the spectral densities of the Matern Kernels introduced in #742 are correct when the order is not 3/2.
From Gabriel Riutort-Mayol et al. this should be
which collapses to the current specification only if nu = 1.5
In particular, of the three choices we offer (1/2, 3/2, 5/2), nu = 1.5 is the only one where
nu + 0.5
is even and thus the square root can be done conveniently analytically. For the other two I think this has to be done numerically.To fix this we could
I suspect option (2) might be more computationally efficient and, as we're unlikely to support other orders in the near future, not too cumbersome.
The text was updated successfully, but these errors were encountered: