Metadata-Version: 2.1
Name: sn-stat
Version: 0.3.2
Summary: Statistical methods for supernova neutrino detection
Home-page: UNKNOWN
Author: Andrey Sheshukov
Author-email: ash@jinr.ru
License: GNU GPLv3
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
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)

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

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


