Skip to main content

A Python package for comparing groups and measuring associations using robust statistics.

Project description

Hypothesize

tests PyPI version PyPI - Downloads license Colab

drawing

A Python package for hypothesis testing using robust statistics.

:book: Please visit the Hypothesize documentation site for more details.

Basic Example

A robust measure of association using winsorized correlation

from hypothesize.measuring_associations import wincor
from hypothesize.utilities import create_example_data

# creating an example DataFrame with columns "cell_1" and "cell_2"
df=create_example_data(2)

results=wincor(df.cell_1, df.cell_2)

# returning the correlation, number of observations, p-value, and winsorized covariance
print(results)
{'cor': 0.11, 'nval': 50, 'sig': 0.44, 'wcov': 0.01}

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

hypothesize-1.0.0.tar.gz (36.1 kB view hashes)

Uploaded Source

Built Distribution

hypothesize-1.0.0-py3-none-any.whl (37.3 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