There are a number of non-stationary kernels that are mentioned in the textbook p260, but which this package doesn't implement:
There are also a couple of extra non-stationary kernels discussed in [1] which might be nice to have. I've not gone through the paper in depth though.
Currently this package only implements stationary kernels, but this there aren't really any restrictions in place that require stationarity, it's just that no non-stationary kernels have been implemented yet.
To implement a non-stationary kernel, one would just need to implement an appropriate method of lgssm_components
[1] - https://arxiv.org/pdf/1601.01544.pdf
There are a number of non-stationary kernels that are mentioned in the textbook p260, but which this package doesn't implement:
There are also a couple of extra non-stationary kernels discussed in [1] which might be nice to have. I've not gone through the paper in depth though.
Currently this package only implements stationary kernels, but this there aren't really any restrictions in place that require stationarity, it's just that no non-stationary kernels have been implemented yet.
To implement a non-stationary kernel, one would just need to implement an appropriate method of lgssm_components
[1] - https://arxiv.org/pdf/1601.01544.pdf