Skip to main content

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


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)

Uploaded Source

Built Distribution

statutils-0.1.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page