accmv
Python implementation of inverse-probability-weighted (IPW), regression-adjustment (RA), and multiply-robust (MR) inference under the available complete-case missing value assumption.
from accmv import estimate_single
fit = estimate_single(x, y, method="mr", n_boot=499, random_state=1)
print(fit.estimate, fit.conf_int)
For the paper's marginal linear model:
from accmv import fit_ipw_regression
# Shared with R: response/predictors use one-based y-column indices.
fit = fit_ipw_regression(x, y, response=2, predictors=(1,))
print(fit.coefficients)
If you use this software, please cite Cheng, Chen, Smith, and Zhao, “Handling Nonmonotone Missing Data with Available Complete-Case Missing Value Assumption” (paper).
Release files for accmv 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 | |
|---|---|---|---|
| accmv-0.1.1.tar.gz | 51.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| accmv-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 61.7 kB
Release files / accmv-0.1.1.tar.gz
| Download URL | accmv-0.1.1.tar.gz |
|---|---|
| Size | 51.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1700d8bd2462eac6bac2519b3c71b1299519ed9f6d30253c63b16144ca69313b
|
|
BLAKE2b-256 checksum How to use checksums |
be5dd8533ad8f2a17802d0b4bfaddf157e5aac24727a37aac88c33a5a3514d92
|
| 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 / accmv-0.1.1-py3-none-any.whl
| Download URL | accmv-0.1.1-py3-none-any.whl |
|---|---|
| Size | 10.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
40924ec98fc7ab6f6c089d919d88390536df6d21df1863cb486aac87f56c8f29
|
|
BLAKE2b-256 checksum How to use checksums |
ebb57edba03cfb89001cd6d37a8e3309b558dbac7336894d47b86dcf5dbba762
|
| 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