Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s-baumann/BayesianIntegral.jl

Bayesian Integration of functions
https://github.com/s-baumann/BayesianIntegral.jl

bayesian-statistics machine-learning-algorithms numerical-integration

Last synced: 3 months ago
JSON representation

Bayesian Integration of functions

Awesome Lists containing this project

README

        

# BayesianIntegral

| Build | Coverage | Documentation |
|-------|----------|---------------|
| [![Build status](https://github.com/s-baumann/BayesianIntegral.jl/workflows/CI/badge.svg)](https://github.com/s-baumann/BayesianIntegral.jl/actions) | [![codecov](https://codecov.io/gh/s-baumann/BayesianIntegral.jl/branch/main/graph/badge.svg?token=sElLVJgRel)](https://codecov.io/gh/s-baumann/BayesianIntegral.jl) | [![docs-latest-img](https://img.shields.io/badge/docs-latest-blue.svg)](https://s-baumann.github.io/BayesianIntegral.jl/dev/index.html) |

This package uses the term Bayesian Integration to mean approximating a function with a kriging metamodel (aka a gaussian process model) and then integrating under it. A kriging metamodel has the nice feature that uncertainty about the nature of the function is explicitly modelled (unlike for instance a approximation with Chebyshev polynomials) and the Bayesian Integral uses this feature to give a Gaussian distribution representing the probabilities of various integral values. The output of the bayesian_integral_gaussian_exponential function is the expectation and variance of this distribution.