Metadata-Version: 2.1
Name: energystats
Version: 0.5.2
Summary: A python statistical library for energy statistics methods.
Home-page: https://github.com/E-Stats/estats
Author: Omar Mohamed Ghanem, Faidulla Mahmoud Ryad, Eiad Samih, Mohamed Samir Elsayed
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: numba

# Energystats 

Energystats is a python library indending to implement the basic building tools of energy-statistics-based methods, 
which is a collection of non-parametric statistical methods that usually do not assume anything beyond the existence of the first and second moments.
For more information refer to Szekely and Rizzo[2023].


# Getting started

Energystats is on PyPi, you can download and install the package using 

```pip install energystats```

