debiased-inference (Python)
Python implementation of the procedures in Cheng and Chen, “Nonparametric Inference via Bootstrapping the Debiased Estimator”.
If you use these methods or this software, please cite the paper (Electronic Journal of Statistics 13(1), 2019; doi:10.1214/19-EJS1575).
python -m pip install debiased-inference
import numpy as np
from debiased_inference import kde_confidence_band
rng = np.random.default_rng(2026)
sample = rng.normal(size=300)
band = kde_confidence_band(sample, n_boot=499, random_state=2026)
print(band)
The package also provides debiased local-linear regression, density level-set and inverse-regression confidence sets, normal-reference and cross-validated bandwidth selectors, and a studentized density band. The project repository contains the full statistical specification and cross-language API guide.
Release files for debiased-inference 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| debiased_inference-0.1.1.tar.gz | 54.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| debiased_inference-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:70.8 kB
Release files / debiased_inference-0.1.1.tar.gz
| Download URL | debiased_inference-0.1.1.tar.gz |
|---|---|
| Size | 54.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b5e7075320497eff1b0a81bd9ebc4e1576910ed664c192c843c8ca20df330464
|
|
BLAKE2b-256 checksum How to use checksums |
2883f2458cf9a3e68be6b8bd7dd9a0076a10c4388bf172c65187ad10bc4c4296
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.
Transparency logRelease files / debiased_inference-0.1.1-py3-none-any.whl
| Download URL | debiased_inference-0.1.1-py3-none-any.whl |
|---|---|
| Size | 16.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
37c32dae7d59825ba899825e9a305eb701efafb6d60177d53d8c573c9794ca9b
|
|
BLAKE2b-256 checksum How to use checksums |
6e61e22ce30e9b298e2b3db030e3cb4900918ee75178420ad6ee33fcf37008c4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 19, 2026.
Transparency log