/PythonStatsModule

Basic Python module that handles basic but most tricky stats functions

Primary LanguagePythonMIT LicenseMIT

PythonStatsModule

Basic Python module that handles basic but most tricky stats functions OOP Oriented, each functions is represented by an object:

script_mean_controller = Mean()
players_mean = script_mean_controller.get({...})

Module handles some of these functions :

Mean Handling:

equation

Variance Handling:

equation

Typical Gap Handling:

equation

Intervall Checker:

equation