Gaussian process regression, optimisation and inversion ======================================================= The ``inference.gp`` provides implementations of some useful applications of 'Gaussian processes'; Gaussian process regression via the `GpRegressor `_ class, Gaussian process optimisation via the `GpOptimiser `_ class, and Gaussian process linear inversion via the `GpLinearInverter `_ class. .. toctree:: :maxdepth: 2 :caption: Classes: GpRegressor - Gaussian process regression GpOptimiser - Gaussian process optimisation GpLinearInverter - Gaussian process linear inversion Covariance functions Acquisition functions