Metadata-Version: 2.1
Name: mitten
Version: 0.0.3
Summary: A package for multivariate statistical process control modeling.
Home-page: https://github.com/Marco-Christiani/MITTEN
Author: Marco Christiani
Author-email: mchristiani2017@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: pyplot-themes
Requires-Dist: seaborn

# MITTEN: MultIvariate sTatisTical procEss coNtrol
A package for MSPC modeling.
Current supports:
- MCUSUM
- MEWMA
- Principle Component MEWMA
- Hotelling's $T^2$
- Univariate Diagnostic t-tests

## TODO
Function Docstrings:
- [ ]  diagnostics.py
- [ ]  hotelling.py
- [ ]  mcusum.py
- [ ]  mewma.py

