Skip to main content

Randomisation-based inference in Python

Project description

https://img.shields.io/pypi/v/resample.svg https://github.com/resample-project/resample/actions/workflows/test.yml/badge.svg https://coveralls.io/repos/github/resample-project/resample/badge.svg https://readthedocs.org/projects/resample/badge/?version=stable https://img.shields.io/pypi/l/resample

Randomisation-based inference in Python based on data resampling and permutation.

Features

  • Bootstrap samples (ordinary or balanced with optional stratification)

  • Support for parametric (Gaussian, Poisson, gamma, etc.) and extended bootstrapping (also varies sample size)

  • Compute bootstrap confidence intervals (percentile or BCa) for any estimator

  • Jackknife estimates of bias and variance of any estimator

  • Permutation-based variants of traditional statistical tests (USP test of independence and others)

  • Tools for working with empirical distributions (CDF, quantile, etc.)

  • Depends only on numpy and scipy

  • Optional code acceleration with numba

Example

# bootstrap uncertainty of arithmetic mean
from resample.bootstrap import variance
import numpy as np

d = [1, 2, 6, 3, 5]

print(f"bootstrap {variance(np.mean, d) ** 0.5:.2f} exact {(np.var(d) / len(d)) ** 0.5:.2f}")
# bootstrap 0.82 exact 0.83

Installation

You can install with pip, but you need a C compiler on the target machine.

`sh pip install resample `

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

resample-1.5.1.tar.gz (267.1 kB view details)

Uploaded Source

File details

Details for the file resample-1.5.1.tar.gz.

File metadata

  • Download URL: resample-1.5.1.tar.gz
  • Upload date:
  • Size: 267.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/3.6.0 pkginfo/1.8.2 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.12

File hashes

Hashes for resample-1.5.1.tar.gz
Algorithm Hash digest
SHA256 92071cb0c2c1f7429e6a21ae3073bf3e69b11573a0dfaa04429737931ad4ab82
MD5 d7d47ab2a8c4f88e83c508a831424887
BLAKE2b-256 422908d58f8f42abede4125b984369a9ef6c4d88f08325f98661cd4e57f9f044

See more details on using hashes here.

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