EmuKit / emukit

A Python-based toolbox of various methods in decision making, uncertainty quantification and statistical emulation: multi-fidelity, experimental design, Bayesian optimisation, Bayesian quadrature, etc.
https://emukit.github.io/emukit/
Apache License 2.0
605 stars 128 forks source link

Mmahsereci/qrbf for uniform measure #261

Closed mmahsereci closed 5 years ago

mmahsereci commented 5 years ago

Issue #, if available:

Description of changes: Adding RBF integrability against Uniform measure, both for finite and infinite bounds. I did not address the re-structuring of the integral test yet. That'll be another PR.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov-io commented 5 years ago

Codecov Report

Merging #261 into master will increase coverage by 0.04%. The diff coverage is 89.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #261      +/-   ##
==========================================
+ Coverage   90.03%   90.08%   +0.04%     
==========================================
  Files         114      114              
  Lines        3634     3670      +36     
  Branches      403      413      +10     
==========================================
+ Hits         3272     3306      +34     
- Misses        282      283       +1     
- Partials       80       81       +1
Impacted Files Coverage Δ
emukit/quadrature/kernels/__init__.py 100% <100%> (ø) :arrow_up:
emukit/model_wrappers/gpy_quadrature_wrappers.py 75.67% <25%> (ø) :arrow_up:
emukit/quadrature/kernels/quadrature_rbf.py 95.32% <95.45%> (-0.45%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3d0cee0...395ece5. Read the comment docs.