Fast Python implementation of statistical bootstrap
Project description
fastbootstrap
Fast Python implementation of statistical bootstrap
Installation
pip install fastbootstrap
Usage
import numpy as np
import fastbootstrap as fb
n = 10000
sample_1 = np.random.exponential(scale=1 / 0.001, size=n)
sample_2 = np.random.exponential(scale=1 / 0.00101, size=n)
stats = fb.two_sample_bootstrap(sample_1, sample_2, plot=True)
Check interactive notebook here
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
fastbootstrap-1.6.0.tar.gz
(20.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fastbootstrap-1.6.0.tar.gz.
File metadata
- Download URL: fastbootstrap-1.6.0.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4e760282700f8a6be94aa1812c0c6f107b4c1dd1a50f54a96f33f35b360609d
|
|
| MD5 |
71aa87e56f44d030fbd57c9df819334d
|
|
| BLAKE2b-256 |
442c23f9bead4484a1b5b78146bd0fd8677dacdc0d9cd81df68abab5433e6389
|
File details
Details for the file fastbootstrap-1.6.0-py3-none-any.whl.
File metadata
- Download URL: fastbootstrap-1.6.0-py3-none-any.whl
- Upload date:
- Size: 25.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f383f6f624ee929bc97ae82cb5ab35d38fa9a85b48ee1f75dfd7f25d116dfaee
|
|
| MD5 |
ae4abb98677e94c4d5516e2af1d2548a
|
|
| BLAKE2b-256 |
7194dc24be4f6b56d2109abc1b660310c91f91e930f4fb08bc4ca4ac30b7e097
|