Metadata-Version: 2.1
Name: sn-stat
Version: 0.3.4
Summary: Statistical methods for supernova neutrino detection
Author: Andrey Sheshukov
Author-email: ash@jinr.ru
License: GNU GPLv3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-rtd-theme; extra == "doc"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: hypothesis; extra == "test"
Requires-Dist: flake8; extra == "test"

# Supernova statistical analysis (*sn_stat*)

*sn_stat* provides the implementation of the statistical methods used for search for the supernova neutrino signal in the series of neutrino interactions.

[![Python test](https://github.com/Sheshuk/sn_stat/actions/workflows/python-test.yml/badge.svg)](https://github.com/Sheshuk/sn_stat/actions/workflows/python-test.yml)
[![Documentation Status](https://readthedocs.org/projects/sn-stat/badge/?version=latest)](https://sn-stat.readthedocs.io/en/latest/?badge=latest)

[![PyPI version](https://img.shields.io/pypi/v/sn_stat)](https://pypi.org/project/sn-stat/)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4783325.svg)](https://doi.org/10.5281/zenodo.4783325)


This package implements the shape analysis method, enhancing the signal significance.

See the [documentation](https://sn-stat.readthedocs.io)
