Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 970 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 970 Bytes

muse_inference

Marginal unbiased score expansion (MUSE) estimation in Python, with interfaces to Jax and PyMC.

For the Julia package, see: https://github.com/marius311/MuseInference.jl

Install

poetry add git+https://github.com/marius311/muse_inference.git@main

or

pip install git+https://github.com/marius311/muse_inference.git

Usage

Please see documentation.