ministats

Common statistical testing procedures used for STATS 101 topics. The code is intentionally simple to make it easy to forllow for beginners.


Keywords
ministats
License
MIT
Install
pip install ministats==0.3.2

Documentation

Mini Stats Helpers

image Documentation Status

Common statistical testing procedures used for STATS 101 topics. The code is intentionally simple, to make it easy to read for beginners.

About

This library contains helper functions for statistical analysis procedures implemented "from scratch." Many of these procedures can be performed more quickly by simply calling an appropriate function defined in one of the existing libraries for statistical analysis, but we deliberately show the step by step procedures, so you'll know what's going on under the hood.

Features

  • Simple, concise code
  • Uses standard prob. libraries scipy.stats
  • Tested against other statistical software

Roadmap