LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
docs/conf.py
mqr/__init__.py
mqr/anova.py
mqr/doe.py
mqr/msa.py
mqr/nbtools.py
mqr/process.py
mqr/transforms.py
mqr/utils.py
mqr/data/anova-glue.csv
mqr/data/compressor-map.csv
mqr/data/deflection.csv
mqr/data/doe-centrepoint.csv
mqr/data/doe-composite.csv
mqr/data/grr.csv
mqr/data/spc.csv
mqr/data/study-random-5x5-mean-cov.pkl
mqr/data/study-random-5x5.csv
mqr/inference/__init__.py
mqr/inference/confint.py
mqr/inference/correlation.py
mqr/inference/dist.py
mqr/inference/hyptest.py
mqr/inference/mean.py
mqr/inference/power.py
mqr/inference/proportion.py
mqr/inference/rate.py
mqr/inference/stddev.py
mqr/inference/variance.py
mqr/inference/lib/__init__.py
mqr/inference/lib/proportion.py
mqr/inference/lib/rate.py
mqr/inference/lib/util.py
mqr/inference/nonparametric/__init__.py
mqr/inference/nonparametric/correlation.py
mqr/inference/nonparametric/dist.py
mqr/inference/nonparametric/median.py
mqr/inference/nonparametric/quantile.py
mqr/inference/nonparametric/variance.py
mqr/interop/__init__.py
mqr/interop/inference.py
mqr/notebook/__init__.py
mqr/notebook/defaults.py
mqr/notebook/formatters.py
mqr/plot/__init__.py
mqr/plot/anova.py
mqr/plot/confint.py
mqr/plot/correlation.py
mqr/plot/defaults.py
mqr/plot/figure.py
mqr/plot/ishikawa.py
mqr/plot/msa.py
mqr/plot/process.py
mqr/plot/regression.py
mqr/plot/spc.py
mqr/plot/tools.py
mqr/plot/lib/__init__.py
mqr/plot/lib/util.py
mqr/spc/__init__.py
mqr/spc/rules.py
mqr/spc/util.py
mqr/spc/lib/__init__.py
mqr/spc/lib/control.py
mqr/tables/c4-table.pkl
mqr/tables/d2-table.pkl
mqr/tables/d3-table.pkl
mqrpy.egg-info/PKG-INFO
mqrpy.egg-info/SOURCES.txt
mqrpy.egg-info/dependency_links.txt
mqrpy.egg-info/requires.txt
mqrpy.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_anova.py
tests/test_doe.py
tests/test_msa.py
tests/test_process.py
tests/test_transforms.py
tests/test_utils.py
tests/inference/__init__.py
tests/inference/test_correlation.py
tests/inference/test_dist.py
tests/inference/test_inference.py
tests/inference/test_mean.py
tests/inference/test_proportion.py
tests/inference/test_rate.py
tests/inference/test_stddev.py
tests/inference/test_util.py
tests/inference/test_variance.py
tests/inference/nonparametric/__init__.py
tests/inference/nonparametric/test_correlation.py
tests/inference/nonparametric/test_dist.py
tests/inference/nonparametric/test_median.py
tests/inference/nonparametric/test_quantile.py
tests/inference/nonparametric/test_variance.py
tests/spc/test_control.py
tests/spc/test_rules.py
tests/spc/test_util.py