Skip to content

Documentation for the stats utils package

This page provides documentation for the functions in the stats_utils package.

See the "reference" section in the sidebar for more information on individual modules.

Installation

You can install from GitHub using pip:

pip install git+https://github.com/the-wise-lab/stats-utils.git

Alternatively, you can clone or download this repository and install an editable local copy. Once in the repository directory, run the following command to install the package:

`bash pip install -e .