opensrdk-probability 0.8.9

Standard probability library for OpenSRDK toolchain.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# gaussian-process

|                 | order                                                   |
| --------------- | ------------------------------------------------------- |
| pre-computation | ![tex]https://latex.codecogs.com/svg.latex?O%28N^3%29 |
| prediction      | ![tex]https://latex.codecogs.com/svg.latex?O%28N^2%29 |

## Papers

- [Kernel Interpolation for Scalable Structured Gaussian Processes (KISS-GP)]http://proceedings.mlr.press/v37/wilson15.pdf
  - About KISS-GP
- [Thoughts on Massively Scalable Gaussian Processes]https://arxiv.org/pdf/1511.01870.pdf
  - About KISS-GP
- [Constant-Time Predictive Distributions for Gaussian Processes]https://arxiv.org/pdf/1803.06058.pdf
  - Abount LOVE