/mystats

A library of simple statistical methods

Primary LanguagePythonMIT LicenseMIT

mystats

A simple library of statistical methods that can be imported in used in other projects

Tests

Ensure that dependencies are installed and run pytest to start tests:

pip install -r requirements_dev.txt;
pytest;