Skip to content

Code and data release for the XENON1T public approximate likelihood for nuclear recoil searches

License

Notifications You must be signed in to change notification settings

XENON1T/xenon1t_approximate_nuclear_recoil_likelihood

Repository files navigation

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:

About

Code and data release for the XENON1T public approximate likelihood for nuclear recoil searches

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages