PyStatsV1 documentation

Welcome to the documentation for PyStatsV1 – chapter-based applied statistics examples in plain Python, mirroring classical R textbook analyses.

Lightweight install (no Workbook checks)

If you only want the core helper package (without the Workbook checks bundle), you can install the base package directly from PyPI:

python -m pip install pystatsv1

Developers / Contributing

If you want the full chapter-based labs (simulators, scripts, Makefile targets, and tests), clone the GitHub repository and install in editable mode:

git clone https://github.com/pystatsv1/PyStatsV1.git
cd PyStatsV1
python -m pip install -e .

See Getting started and Contributing for the contributor workflow.

Workbook – Student Labs (recommended starting point)

Track A – Applied Statistics with Python (Regression)

Track D – Business Statistics & Forecasting for Accountants