Metadata-Version: 2.1
Name: mistat
Version: 0.1.17
Summary: Utility functions for 'Modern Industrial Statistics'
Home-page: https://github.com/gedeck/mistat
Author: Peter Gedeck
Author-email: mail@petergedeck.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyDOE3
Requires-Dist: diversipy
Requires-Dist: pingouin

[![PyPI](https://badge.fury.io/py/mistat.svg)](https://pypi.org/project/dmba/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mistat)](https://pypi.org/project/mistat/)
![Python](https://github.com/gedeck/mistat/actions/workflows/build.yml/badge.svg)

# Modern Statistics: A Computer Based Approach with Python
# Industrial Statistics: A Computer Based Approach with Python

Collection of utility functions

Install the `mistat` package using 
```
pip3 install mistat
```

## Notebooks and solutions
For instructions to install a python environment and access to notebooks and solutions go to https://github.com/gedeck/mistat-code-solutions
