Utils for statistics, mainly inspired by R packages.
Project description
statutils
This package is aselections of various utils for statistics. It is inspired by R functions and packages.
Usage
Adjust p values for multiple comparisons
p = [0.005, 0.04, 0.01, 0.5, 0.01, 0.7]
p_adjusted = p_adjust(p, method='holm')
Supported methods for multiple comparison:
- Bonferroni
- Holm-Bonferroni
- Hochberg
- Hommel
- BH
- BY
- none
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
statutils-0.1.0.tar.gz
(2.3 kB
view hashes)
Built Distribution
Close
Hashes for statutils-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98a397bd577cb6baacfcd234dee9165e96f1ca6538e20998eaa3bc5b3db22030 |
|
MD5 | befa37b0ac7e76286e6ccc46f0862335 |
|
BLAKE2b-256 | 9bfa6997578496a7781d49b351dc16d01e9dae0bcb342d068cd872902178f000 |