https://github.com/bat/ultranest.jl
Julia wrapper for UltraNest: advanced nested sampling for model comparison and parameter estimation
https://github.com/bat/ultranest.jl
Last synced: about 1 year ago
JSON representation
Julia wrapper for UltraNest: advanced nested sampling for model comparison and parameter estimation
- Host: GitHub
- URL: https://github.com/bat/ultranest.jl
- Owner: bat
- License: other
- Created: 2020-12-23T10:49:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T19:56:58.000Z (over 1 year ago)
- Last Synced: 2025-04-06T10:41:47.857Z (about 1 year ago)
- Language: Julia
- Size: 400 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UltraNest.jl
[](https://bat.github.io/UltraNest.jl/stable)
[](https://bat.github.io/UltraNest.jl/dev)
[](LICENSE.md)
[](https://github.com/bat/UltraNest.jl/actions?query=workflow%3ACI)
[](https://codecov.io/gh/bat/UltraNest.jl)
## Documentation
* [Documentation for stable version](https://bat.github.io/UltraNest.jl/stable)
* [Documentation for development version](https://bat.github.io/UltraNest.jl/dev)
This is a Julia wrapper for Python nested sampling package
[UltraNest](https://github.com/JohannesBuchner/UltraNest).
Nested sampling allows Bayesian inference on arbitrary user-defined likelihoods. In particular, posterior probability distributions on model parameters are constructed, and the marginal likelihood ("evidence") Z is computed. The former can be used to describe the parameter constraints of the data, the latter can be used for model comparison (via *Bayes factors*) as a measure of the prediction parsimony of a model.
UltraNest provides novel, advanced techniques (see [how it works](https://johannesbuchner.github.io/UltraNest/method.html)). They are especially remarkable for being free of tuning parameters and theoretically justified. Beyond that, UltraNest has support for Big Data sets and high-performance computing applications.