https://github.com/marius311/museinference.jl
Fast approximate high-dimensional hierarchical Bayesian inference
https://github.com/marius311/museinference.jl
bayesian julia
Last synced: about 2 months ago
JSON representation
Fast approximate high-dimensional hierarchical Bayesian inference
- Host: GitHub
- URL: https://github.com/marius311/museinference.jl
- Owner: marius311
- License: mit
- Created: 2021-05-25T23:22:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T21:49:53.000Z (about 1 year ago)
- Last Synced: 2024-04-24T20:12:41.960Z (about 1 year ago)
- Topics: bayesian, julia
- Language: Julia
- Homepage: https://cosmicmar.com/MuseInference.jl
- Size: 1.86 MB
- Stars: 29
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MuseInference.jl
[](https://cosmicmar.com/MuseInference.jl/latest) [](https://github.com/marius311/MuseInference.jl)
[](https://github.com/marius311/MuseInference.jl/actions/workflows/tests_and_docs.yml)
Marginal unbiased score expansion (MUSE) estimation in Julia, with interface to [Turing.jl](https://turing.ml) and [Soss.jl](https://github.com/cscherrer/Soss.jl).
For the Python package, see: https://github.com/marius311/muse_inference
## Install
```
pkg> add MuseInference
```## Usage
Please see [documentation](https://cosmicmar.com/MuseInference.jl/latest).