LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
mqr/__init__.py
mqr/anova.py
mqr/constants.py
mqr/control.py
mqr/doe.py
mqr/msa.py
mqr/nbtools.py
mqr/process.py
mqr/styles.py
mqr/summary.py
mqr/data/anova-glue.csv
mqr/data/compressor-map.csv
mqr/data/doe-centrepoint.csv
mqr/data/doe-composite.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/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/plot/__init__.py
mqr/plot/figure.py
mqr/plot/lib/__init__.py
mqr/plot/lib/confint.py
mqr/plot/lib/control.py
mqr/plot/lib/correlation.py
mqr/plot/lib/ishikawa.py
mqr/plot/lib/msa.py
mqr/plot/lib/probplot.py
mqr/plot/lib/process.py
mqr/plot/lib/regression.py
mqr/plot/lib/summary.py
mqr/plot/lib/util.py
mqr_quality.egg-info/PKG-INFO
mqr_quality.egg-info/SOURCES.txt
mqr_quality.egg-info/dependency_links.txt
mqr_quality.egg-info/requires.txt
mqr_quality.egg-info/top_level.txt
tests/__init__.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_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