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: 12 months ago
JSON representation
Bayesian Integration of functions
- Host: GitHub
- URL: https://github.com/s-baumann/bayesianintegral.jl
- Owner: s-baumann
- License: mit
- Created: 2019-01-05T02:00:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-22T02:21:57.000Z (over 1 year ago)
- Last Synced: 2025-06-25T19:02:47.223Z (12 months ago)
- Topics: bayesian-statistics, machine-learning-algorithms, numerical-integration
- Language: Julia
- Homepage:
- Size: 165 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# BayesianIntegral
| Build | Coverage | Documentation |
|-------|----------|---------------|
| [](https://github.com/s-baumann/BayesianIntegral.jl/actions) | [](https://codecov.io/gh/s-baumann/BayesianIntegral.jl) | [](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.