Bayesian Experimental Design for Minimizing the Uncertainty of Gaussian Processes
Project description
GPder
This package offers an implementation of the Gaussian Process (GP) Regression algorithm with and without derivative information.
Description
The following kernels can be used:
-
RegularKernel: Kernel for regular GP regression
$k(x_i, x_j) = \alpha^2 \mathrm{exp} \left( -\frac{\mid \mid x_i - x_j \mid \mid^2 }{2 \ell^2} \right) + \sigma^2 I$
-
DerivativeKernel: Kernel for GP regression with derivative observations. Has the same form as the regular kernel but the covariance term is expanded to include derivative observations. The added noise is also expanded with the derivative noise parameter $\sigma^2_{\nabla}$.
$k({x}_i, {x}_j) = \alpha^2 \mathrm{exp} \left( -\frac{\mid \mid {x}_i - {x}_j \mid \mid^2 }{2{\ell}^2} \right) _{\mathrm{expanded}} + \sigma^2 _{\mathrm{expanded}} I$
See "Efficient Estimation of Unfactorizable Systematic Uncertainties".
Install
pip install gpder
References
Efficient Estimation of Unfactorizable Systematic Uncertainties
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gpder-1.0.1.tar.gz.
File metadata
- Download URL: gpder-1.0.1.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a1654fccea53f29ba4d3841c9d8887796ff6f3d1f0935a30b0b1aeb4a96414a
|
|
| MD5 |
86a2d81848a3bf15f2ea524b5b9019a8
|
|
| BLAKE2b-256 |
95e4bb0b70915fac06d688535869ba077ede2653bd3453070464fa6eda78c9b5
|
File details
Details for the file gpder-1.0.1-py3-none-any.whl.
File metadata
- Download URL: gpder-1.0.1-py3-none-any.whl
- Upload date:
- Size: 21.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc74e80645398f5c3cf4cb17ec2799bda190690056bf8ead9135ebcdcaf543a6
|
|
| MD5 |
6ee14e645aab44d20280797f5477afe8
|
|
| BLAKE2b-256 |
daaf5d5dc5dfc5c01eedd8a6de73e51cc513f240130812e41a7868e5084ea6c0
|