Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 917 Bytes

File metadata and controls

46 lines (26 loc) · 917 Bytes

xe-likelihood

Binwise approximations of the XENON1T likelihood and XENONnT projections for fast inference on arbitrary models.

Example XENON1T based inference

Installation

In the folder where you've downloaded this repository:

pip install -e .

Simple example:

from xe_likelihood import BinwiseInference, Spectrum

spectrum = Spectrum.from_wimp(mass=50)
inference = BinwiseInference.from_xenon1t_sr(spectrum=spectrum)
inference.plot_summary(show=True)

Will produce something like this:

Xenon1T Inference

Citation

If you use this package, please cite the following papers: