JaxGaussianProcesses / JaxKern

Kernel functions in JAX.
MIT License
8 stars 4 forks source link

dev: Create Stationary subclass #51

Open thomaspinder opened 1 year ago

thomaspinder commented 1 year ago

Currently, stationarity is a property of the kernel. Make this a subclass and then update the spectral density methods to be inline with the new abstraction.