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

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

Awesome Lists containing this project

README

        

# MuseInference.jl

[![](https://img.shields.io/badge/documentation-latest-blue.svg)](https://cosmicmar.com/MuseInference.jl/latest) [![](https://img.shields.io/badge/source-github-blue)](https://github.com/marius311/MuseInference.jl)

[![](https://github.com/marius311/MuseInference.jl/actions/workflows/tests_and_docs.yml/badge.svg)](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).