hotelling

Hotelling implements one and two sample Hotelling T2 tests and control charts


Keywords
hotelling
License
MIT
Install
pip install hotelling==0.5.0

Documentation

Hotelling

image

Hotelling implements one and two sample Hotelling T^2 (T-squared) tests. It also implements Hotelling Control Charts (Multivariate) and multiple Univariate Control Charts

image

image

Features

  • Stats module covering hotelling t^2 (t-squared) statistics, f-value and p-value
  • plots module covering Univariate Control Chart and Hotelling Control Chart
  • with the optional plotly module, provides interactive charts:

image

For this to work properly, you have to install plotly version 0.5 or greater. This is available from pypi, or through the plotly channel for conda: conda install plotly -c plotly

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.