Tools for randomization-based inference in Python
Project description
resample
Description
resample
provides a set of tools for performing randomization-based inference in Python, primarily through the use of bootstrapping methods and Monte Carlo permutation tests. See the example notebook for a brief tutorial.
Features
- Bootstrap samples (ordinary or balanced, both with optional stratification and smoothing) of arrays with arbitrary dimension
- Parametric bootstrap samples (Gaussian, Poisson, gamma, etc.) of one-dimensional arrays
- Bootstrap confidence intervals (percentile, BCA and Studentized) for any well-defined parameter
- Randomization-based variants of traditional statistical tests (t-test, ANOVA F-test, K-S test, etc.)
- Tools for working with empirical distributions (empirical cumulative distribution and quantile functions, distance metrics for comparing distributions)
Dependencies
Installation requires numpy and scipy.
Installation
The latest release can be installed from PyPI:
pip install resample
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
resample-0.1.33.tar.gz
(6.6 kB
view details)
File details
Details for the file resample-0.1.33.tar.gz
.
File metadata
- Download URL: resample-0.1.33.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7adf14a8a7dc2606aaa214af6a6dbf1dd4e96a0c23f6e4502f99a6ff9755e9df |
|
MD5 | 0d87fafdb2d5d7f818edde57a1784e2c |
|
BLAKE2b-256 | 3bb753de3cc5d47703a82c2c251b6cf081c9a049986d7c255c976f88d5510f0e |