jackknife
Jackknife resampling, parameter estimation and stability test.
Installation
The jackknife git repo is available as PyPi package
pip install jackknife
Usage
Check the examples folder for notebooks.
Commands
- Check syntax:
flake8 --ignore=F401 - Remove
.pycfiles:find . -type f -name "*.pyc" | xargs rm - Remove
__pycache__folders:find . -type d -name "__pycache__" | xargs rm -rf - Upload to PyPi with twine:
python setup.py sdist && twine upload -r pypi dist/*
Support
Please open an issue for support.
Contributing
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jackknife-0.1.0.tar.gz
(4.3 kB
view details)
File details
Details for the file jackknife-0.1.0.tar.gz.
File metadata
- Download URL: jackknife-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3974f14d90946b18c9ff46c317038d3dcdbfe218fef76c7e77eaa62b0e0c0518
|
|
| MD5 |
d01d448a1cd45b019af280ee8204fe0b
|
|
| BLAKE2b-256 |
da1249485d3806b66979442c2dc0483016b7427983a4f9c5cf715a60c8db9a0c
|