Pith. sign in

REVIEW 1 major objections 4 minor 1 cited by

How to rank imputation methods?

T0 review · 1 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read The paper proves that an energy-score-based imputation score ranks the true imputation distribution highest among all imputations compatible with the observed data, without needing the complete data, under its missingness assumption.

desk verdict Good idea, broken theorem as stated: the energy-I-Score needs CIMAR_j for every averaged component, not just one, and the proof swaps Mj=0/Mj=1. read the letter →

arxiv 2507.11297 v1 pith:LBOGM6PJ submitted 2025-07-15 stat.ME stat.AP

classification stat.MEstat.AP MSC 62H1262G05
keywords energyscoreproperscoringrulesI-Scoreimputationrankingmissingatrandompattern-mixturemodelsmultipleconditionalindependence
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Choosing an imputation method usually means benchmark studies that artificially mask more data and compare imputed values to the true ones with RMSE; the paper argues this is generally invalid under MAR and can systematically misrank methods. Its aim is to rank imputations for a given incomplete data set without access to the complete data, by scoring whether each method reproduces the conditional distribution of a missing variable given the variables that are always observed. To that end it builds the energy-I-Score from the energy distance and proves it is a proper I-Score under pattern-mixture MAR (PMM-MAR) plus a new condition, CIMAR$_j$, which says that for the scored variable $j$, the distribution of $X_j$ given the always-observed variables is the same in observed and missing patterns. In simulations and a downstream 401(k) analysis the score's ordering tracks the ordering one would get with the full data, while the earlier DR-I-Score is shown to fail in the paper's leading MAR example.

What carries the argument

The central object is the variable-wise energy score $S^j_{\mathrm{NA}}(H,P)$, built from the energy score $\mathrm{es}(P,y)=\frac{1}{2}\mathbb{E}_{X,X'\sim P}\lVert X-X'\rVert-\mathbb{E}_{X\sim P}\lVert X-y\rVert$, a strictly proper scoring rule that favors the distribution actually generating the test points. The construction masks the observed values of $X_j$, imputes them $N$ times from the candidate distribution $H_{X_j\mid X_{O_j},M_j=1}$, and compares these draws against the real observed values from $P^*_{X_j\mid X_{O_j},M_j=0}$. Propriety is carried by Condition CIMAR$_j$, which equates these two conditional distributions, turning the missing-data ranking problem into a distributional prediction problem on always-observed variables. Estimation uses the empirical energy-score formula of Equation (3.3) after $N$ multiple-imputation runs, with the per-variable scores averaged over the variables that can be missing.

What would settle it

Take the dependent-uniform example of Appendix B.1, where $X_1$ and $X_2$ are dependent and missingness depends on $X_1$, so CIMAR$_2$ fails; compute the population energy-I-Score. If any imputation distribution other than $P^*$ achieves a strictly higher averaged score, the theorem as stated is falsified because the averaged score includes a variable whose CIMAR condition fails.

Watch

Extended reading notes

Core claim

The central claim is Proposition 3.1: under PMM-MAR and Assumption 3.1, the energy-I-Score $S_{\mathrm{NA}}$ is a proper I-Score, meaning that the true imputation distribution $P^*$ receives the highest expected score among all imputations compatible with the observed data. For each partly observed variable $j$, the score takes observed units where $X_j$ is present, artificially masks $X_j$, imputes it $N$ times from the candidate method given the always-observed variables $X_{O_j}$, and compares those draws to the real observed values with the energy score; the per-variable scores are averaged over the variables that can be missing. The propriety argument runs through Condition CIMAR$_j$, which states that $P^*_{X_j \mid X_{O_j}, M_j=0} = P^*_{X_j \mid X_{O_j}}$, so a correct imputation in missing patterns is indistinguishable, for scoring purposes, from the distribution that produced the observed values. The paper also shows the earlier classifier-based DR-I-Score requires the stronger EMAR condition and fails in the paper's leading MAR example, whereas the new score is proper there.

Load-bearing premise

The proof needs Condition CIMAR$_j$ to hold for every variable $j$ that contributes to the averaged score, whereas Assumption 3.1 only guarantees one such variable; if any scored variable violates it, that component can favor a wrong imputation and break propriety.

Editorial extensions

If this is right

  • Practitioners can select imputation methods for their own incomplete data by distributional fidelity, without needing a held-out complete sample or an auxiliary classifier.
  • The score deliberately ranks down methods that only impute conditional means, since near-identical draws across the $N$ replications score poorly on the energy score's spread term.
  • It extends proper I-Scores to settings like the paper's Example 1, where PMM-MAR holds but EMAR fails and the DR-I-Score is not proper.
  • Estimation is practical with roughly 20 to 50 imputation draws, and for high-dimensional data the score can be computed on a subset of variables with the most missingness.
  • In the downstream 401(k) study, the score's ordering agrees with which imputation brings double-machine-learning estimates and standard errors closest to the complete-data analysis.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The proof of Proposition 3.1 as written averages $S^j_{\mathrm{NA}}$ over all variables in $S$, but Assumption 3.1 only guarantees CIMAR$_j$ for one variable; a correct theorem needs the condition for every scored variable, or the average can be pulled down by a variable whose component score is improper.
  • A natural extension is to replace the univariate energy score with a multivariate energy distance over blocks of variables; the paper's own counterexample shows the univariate score cannot detect whether the joint dependence between two missing variables is preserved, so a multivariate version would restore that sensitivity at the price of sample efficiency.
  • When no variable is always observed, the implementation's fallback rule (use the variable most often jointly observed) lies outside the propriety theorem; applying the score in such designs is best treated as heuristic unless the condition is checked.
  • A testable practical prediction: restricting the average to variables that satisfy CIMAR$_j$ should reproduce the full-data ordering more faithfully than the unrestricted average in data sets where the condition holds for some variables but not all.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

1 major / 4 minor

Summary. The paper proposes a new score, the energy-I-Score, for ranking imputation methods when the complete data are unavailable. The score is constructed variable by variable: for each variable that can be missing, it compares the candidate imputation distribution conditional on the always-observed variables (when the variable is missing) with observed test points of that variable, using the energy score. The authors identify a missingness condition, CIMAR_j, and state in Proposition 3.1 that under this condition for at least one j and under PMM-MAR the averaged score over all eligible variables is a proper I-Score. They provide an estimation algorithm using multiple imputation, compare the score with the DR-I-Score, and report simulations plus a downstream double-machine-learning application.

Significance. If the main theoretical claim were correct, this would be a practically valuable contribution: a simple, classifier-free, distribution-oriented tool for ranking imputations, directly addressing the known shortcomings of RMSE-based benchmarking and of the classifier-based DR-I-Score. The paper is clearly written, the simulations are informative, and the code is made available. The energy score component is standard and the estimation procedure is intuitive. However, the central theoretical result, Proposition 3.1, is false as stated; the gap is load-bearing for the paper's main claim. The simulations and downstream experiment appear consistent with a corrected version of the theorem, so the issue is fixable, but the manuscript in its current form overstates what is proved.

major comments (1)
  1. [Section 3.1, Proposition 3.1; Appendix C] Proposition 3.1 is false as stated. Assumption 3.1 asserts only the existence of at least one j for which CIMAR_j holds, while S_NA averages over all j in S. The proof in Appendix C establishes, at most, propriety of the single component S_j^NA for a j satisfying CIMAR_j; the final averaging step then requires CIMAR_j for every j in S. In addition, the proof applies the energy-score propriety inequality to H_{Xj|XOj,Mj=0} in Eq. (C.1), whereas the score in Eq. (3.2) is defined with H_{Xj|XOj,Mj=1}. This is not a mere typo: for H in H_P, compatibility forces H_{Xj|XOj,Mj=0} = P*_{Xj|XOj,Mj=0}, so the inequality for the Mj=0 version is vacuous and says nothing about the imputation actually scored. The dependent uniform example in Section B.1 (with patterns m1=(0,0,0), m2=(0,1,0), m3=(1,0,0) and dependence between X1 and X2) satisfies PMM-MAR and Assumption 3.1 (since CIMAR_1 holds) while CIMAR_2 fails. For that example, an H that imputes X1 as P* does and imputes X2 in pattern m2 from P*_{X2|X3,M2=0} instead of P*_{X2|X3,M2=1} is compatible with the observed distribution, has S_1^NA(H)=S_1^NA(P*), and, by strict propriety of the energy score, has S_2^NA(H)>S_2^NA(P*), contradicting the proposition. The claim becomes true if Assumption 3.1 is replaced by the condition that CIMAR_j holds for every j in S, or if the set S is restricted to indices satisfying CIMAR_j; neither statement appears in the manuscript, and the practical scope of the method changes substantially under either fix.
minor comments (4)
  1. [Section 3.2, Eq. (3.3)] The text describing the generated samples contains a typographical error: it writes 'X~(l)_i,j, ..., X~(l)_N' where the last subscript should be 'i,j' rather than 'N'. This is a presentation issue but could confuse readers implementing the estimator.
  2. [Section 3.2 and Algorithm 1] The estimation procedure is described as approximating H_{Xj|XOj,Mj=1} by imputing a concatenated dataset that includes the candidate method's own previously imputed values from patterns in Lc_j. This is a reasonable heuristic, but the paper does not discuss how the approximation error depends on the imputation method's internal iterative structure. A brief discussion or reference to the multiple-imputation literature would help.
  3. [References] The reference list contains two entries for Stekhoven and Buhlmann (2011), one written 'Stekhoven, D. J. and Buhlmann, P.' and another 'Stekhoven, D. J. and B\"uhlmann, P.'; these should be consolidated into a single entry with consistent accent formatting.
  4. [Section 5.1 and Figure 2] The figure caption and text refer to 'runifsq' as drawing from p*(x1|x2,x3,M=m1)=2x1, but the formula in the text uses an indicator notation that is somewhat terse; adding an explicit density expression would improve reproducibility.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the energy-I-Score's propriety is derived from the external energy-score propriety plus explicitly stated assumptions; the main weakness is a proof gap (Assumption 3.1 vs. averaging over S), which is a correctness risk, not circularity.

full rationale

The derivation of Proposition 3.1 does not reduce to its inputs. The score S_NA is defined independently of P* in Section 3.1, Eq. (3.2), with an empirical counterpart in Eqs. (3.3)-(3.4). Propriety is obtained by applying the energy-score propriety of Gneiting and Raftery (2007) to each component S_j^NA, then using CIMAR_j to identify P*_{Xj|XOj,Mj=1} with P*_{Xj|XOj,Mj=0}; the assumption and the conclusion are separate mathematical objects, and no fitted parameter is renamed as a prediction. The paper does build on Näf et al. (2023, 2025), but the load-bearing pieces are restated or re-proven: Definition 2.1 restates the I-Score definition, Proposition 2.1 is proven in Appendix C using PMM-MAR directly, and the new score's propriety relies on the external energy-score theorem rather than on an imported uniqueness claim. No ansatz is smuggled in via citation: CIMAR_j is introduced in Definition 3.2 and its relationship to RMAR and PMM-MAR is discussed in the paper itself. The notable weakness in the manuscript is a proof gap rather than circularity: Assumption 3.1 only asserts existence of one index j satisfying CIMAR_j, while S_NA averages over all j in S, and the Appendix C proof's summing step requires the equality for every averaged component; the skeptic's counterexample would make Proposition 3.1 false as stated. That is a correctness/proof risk, not a reduction of the conclusion to the inputs. Overall, the derivation is self-contained against external benchmarks and merits score 0.

Assumptions & free parameters 1 free parameters · 5 assumptions · 0 invented entities

The score itself has no fitted parameters; the only user-specified quantity is the Monte Carlo size N. The load-bearing assumptions are the missingness conditions (PMM-MAR plus the new CIMAR_j) and the consistency of the self-training estimation step. No new physical or structural entities are posited.

free parameters (1)
  • N = 50
    Number of imputation samples per test point, chosen by hand for experiments. Appendix B.3 shows rankings are stable for N >= 20 and even N=5 works in the examples.
assumptions (5)
  • domain assumption PMM-MAR holds for the data generating process.
    Invoked in Proposition 3.1 and throughout the paper.
  • ad hoc to paper CIMAR_j holds for every variable j entered into the score.
    The proof of Proposition 3.1 silently requires this for all j in S, although Assumption 3.1 only states existence of one such j.
  • domain assumption Equal support X|m = X|m' for all patterns (Assumption 2.1).
    Used throughout to avoid extrapolation outside observed supports.
  • standard math Strict propriety of the energy score (Gneiting and Raftery 2007).
    The central inequality in Proposition 3.1 is inherited from this standard result.
  • domain assumption Repeatedly imputing the masked dataset with H produces samples from H_{Xj|XOj,Mj=1}.
    Used in Section 3.2 estimation; not proven, and could fail if H's imputation behavior changes when trained on data containing its own imputed values.

how reviews work

0 comments
Cite this review

Pith. "Pith review of How to rank imputation methods?." pith.science (2026). https://pith.science/paper/LBOGM6PJ

@misc{pith2026250711297,
  author       = {Pith},
  title        = {Pith review of: How to rank imputation methods?},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/LBOGM6PJ}},
  note         = {Machine review of arXiv:2507.11297}
}
read the original abstract

Imputation is an attractive tool for dealing with the widespread issue of missing values. Consequently, studying and developing imputation methods has been an active field of research over the last decade. Faced with an imputation task and a large number of methods, how does one find the most suitable imputation? Although model selection in different contexts, such as prediction, has been well studied, this question appears not to have received much attention. In this paper, we follow the concept of Imputation Scores (I-Scores) and develop a new, reliable, and easy-to-implement score to rank missing value imputations for a given data set without access to the complete data. In practice, this is usually done by artificially masking observations to compare imputed to observed values using measures such as the Root Mean Squared Error (RMSE). We discuss how this approach of additionally masking observations can be misleading if not done carefully and that it is generally not valid under MAR. We then identify a new missingness assumption and develop a score that combines a sensible masking of observations with proper scoring rules. As such the ranking is geared towards the imputation that best replicates the distribution of the data, allowing to find imputations that are suitable for a range of downstream tasks. We show the propriety of the score and discuss an estimation algorithm involving energy scores. Finally, we show the efficacy of the new score in simulated data examples, as well as a downstream task.

Figures

Figures reproduced from arXiv: 2507.11297 by the authors.

Figure 1
Figure 1. Conceptual illustration of the score approximation. First, the imputed values in blue are used to learn HXj |XOj ,Mj=1. Then, for each xi,Oj for which xi,j is observed, we score the “prediction” HXj |XOj ,Mj=1 using the energy score with test point xi,j . In practice, this is done by (approximately) generating a sample X˜ (l) i,j , l = 1, . . . , N from HXj |xi,Oj ,Mj=1. divergence DKL(HX|M=m || P ∗ X|M=0). Specific… view at source ↗
Figure 2
Figure 2. (A) Illustration of Example 1. Left: Distribution we would like to impute X ∗ 1 | M = m3. Middle: Distribution of X1 in the fully observed pattern (X1 | M = m1). Right: Distribution of all patterns for which X1 is observed (Mixture of the distribution of X1 in patterns m1 and m2). (B) Standardized scores for different imputations methods. Methods are ordered according to the mean score. 0 25 50 75 100 −10 0 10 X1 0 … view at source ↗
Figure 3
Figure 3. Results for the Gaussian mixture model with distribution shift. (A) Illustration of (X1, X2, X3); (B) Standardized scores for different imputations methods. Methods are ordered ac￾cording to the mean score. 15 [PITH_FULL_IMAGE:figures/full_fig_p015_3.png] view at source ↗
Figures from the paper (9 more)
Figure 4
Figure 4. Figure 4: Results for the Gaussian nonlinear mixture model. (A) Illustration of (X1, X2, X3), (B) Standardized scores for the Gaussian nonlinear mixture model. Methods are ordered according to the mean score. 6 Empirical Study: Downstream Tasks To further illustrate the use of t…
Figure 5
Figure 5. Figure 5: (A) Energy-I-Score averaged across all replications. (B) Result of the DML approach based on different machine learning methods and different imputation methods, over 10 imputations, for the point estimation ˆθ0 (above) and standard error estimation SE( ˆθ0) below. In …
Figure 6
Figure 6. Figure 6: Standardized scores for different imputations methods for the uniform example with depen￾dence. Methods are ordered according to the mean score. k = 1, . . . , N, represents one draw from the conditional distribution of the one-hot encoded representation of Xj given XO…
Figure 7
Figure 7. Figure 7: Illustration of the imputation using Gaussian independent distribution (rnorm) and Gaus￾sian conditional distribution (using mice norm.nob) in the Strict Propriety Counter Example. m1 = (1, 0, 0, 0, 0, 0), m2 = (0, 1, 0, 0, 0, 0), m3 = (0, 0, 0, 0, 0, 0). Each observat…
Figure 8
Figure 8. Figure 8: Standardized scores for the Strict Propriety Counter Example. Methods are ordered accord￾ing to the mean score. -0.250 -0.225 -0.200 -0.175 1 5 10 20 30 40 50 60 70 80 90 100 N energy-I-Score method mice CART mice DRF mice norm.nob mice norm.predict mice rf random runi…
Figure 9
Figure 9. Figure 9: Results from the uniform example in Section 5.1 for different N over 10 repetitions. 24 [PITH_FULL_IMAGE:figures/full_fig_p024_9.png]
Figure 10
Figure 10. Figure 10: Results from the Gaussian mixture example in Section 5.3 for different N over 10 repeti￾tions. Proof. N¨af et al. (2025) showed that for all x ∈ X such that p ∗ (x−j | Mj = 0) > 0, p ∗ (xj | x−j , Mj = 0) = p ∗ (xj | x−j ). Moreover, it follows from PMM-MAR directly t…
Figure 11
Figure 11. Figure 11: Conceptual illustration of the score approximation for a random draw of a pattern M ∈ Lj , similarly to [PITH_FULL_IMAGE:figures/full_fig_p030_11.png]
Figure 12
Figure 12. Figure 12: (1) Gaussian Mixture Example of Section 5.2, (2) Nonlinear Mixture Example of Section 5.3, (3) Independent Uniform Example of Section 5.1, (4) Non-Strict Propriety Example of Section B.2 and (5) Dependent Uniform Example of Section B.1 with the new score. 31 [PITH_FU…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Asymptotics of Nonparametric Estimation under General Non-monotone MAR Missingness: A Nonparametric Maximum Likelihood Approach

    stat.ME 2026-08 conditional novelty 8.0 of 10

    A sieve maximum likelihood estimator attains near-minimax Hellinger rates for density estimation under general non-monotone missing at random, with missingness affecting only the constant.

Reference graph

Works this paper leans on

58 extracted references · 53 canonical work pages · cited by 1 Pith paper

  1. [1]

    Z., Ismail, A

    Abidin, N. Z., Ismail, A. R., and Emran, N. A. (2018). Performance analysis of machine learning algorithms for missing value imputation. International Journal of Advanced Computer Science and Applications , 9(6)

  2. [2]

    S., Arora, S., and Khan, M

    Alam, S., Ayub, M. S., Arora, S., and Khan, M. A. (2023). An investigation of the imputation techniques for missing values in ordinal data enhancing clustering and classification analysis validity. Decision Analytics Journal , 9:100341

  3. [3]

    Cai, H., Goggin, B., and Jiang, Q. (2020). Two-sample test based on classification probability . Statistical Analysis and Data Mining: The ASA Data Science Journal , 13(1):5--13

  4. [4]

    Chen, T., He, T., Benesty, M., Khotilovich, V., Tang, Y., Cho, H., Chen, K., Mitchell, R., Cano, I., Zhou, T., Li, M., Xie, J., Lin, M., Geng, Y., Li, Y., Yuan, J., and Cortes, D. (2025). xgboost: Extreme Gradient Boosting . R package version 3.0.1.1

  5. [5]

    Chernozhukov, V., Chetverikov, D., Demirer, M., Duflo, E., Hansen, C., Newey, W., and Robins, J. (2018). Double/debiased machine learning for treatment and structural parameters. The Econometrics Journal , 21(1):C1--C68

  6. [6]

    and Hansen, C

    Chernozhukov, V. and Hansen, C. (2004). The Effects of 401(K) Participation on the Wealth Distribution: An Instrumental Quantile Regression Analysis . The Review of Economics and Statistics , 86(3):735--751

  7. [7]

    Chilimoniuk, J., Grzesiak, K., Ka a, J., Nowakowski, D., Krk e towski, A., Kolenda, R., Ciborowski, M., and Burdukiewicz, M. (2024). imputomics: web server and r package for missing values imputation in metabolomics data. Bioinformatics , 40(3):btae098

  8. [8]

    Deforth, M., Heinze, G., and Held, U. (2024). The performance of prognostic models depended on the choice of missing value imputation algorithm: a simulation study. Journal of Clinical Epidemiology , page 111539

Show all 58 references
  1. [9]

    Deng, G., Han, C., and Matteson, D. S. (2022). Extended missing data imputation via GANs for ranking applications. Data Mining and Knowledge Discovery , 36(4):1498--1520

  2. [10]

    and Ross, A

    Ding, Y. and Ross, A. (2012). A comparison of imputation methods for handling missing scores in biometric fusion. Pattern Recognition , 45(3):919--933

  3. [11]

    and Bao, S

    Fang, F. and Bao, S. (2023). FragmGAN : Generative adversarial nets for fragmentary data imputation and prediction. Statistical Theory and Related Fields , 0(0):1--14

  4. [12]

    Friedman, J., Tibshirani, R., and Hastie, T. (2010). Regularization paths for generalized linear models via coordinate descent. Journal of Statistical Software , 33(1):1--22

  5. [13]

    Ge, Y., Li, Z., and Zhang, J. (2023). A simulation study on missing data imputation for dichotomous variables using statistical and machine learning methods. Scientific Reports , 13(1):9432

  6. [14]

    and Raftery, A

    Gneiting, T. and Raftery, A. E. (2007). Strictly proper scoring rules, prediction, and estimation. Journal of the American Statistical Association , 102(477):359--378

  7. [15]

    I., Grimit, E

    Gneiting, T., Stanberry, L. I., Grimit, E. P., Held, L., and Johnson, N. A. (2008). Assessing probabilistic forecasts of multivariate quantities, with an application to ensemble predictions of surface winds. TEST , 17(2):211--235

  8. [16]

    and Lynn, H

    Hong, S. and Lynn, H. S. (2020). Accuracy of random-forest-based imputation of missing data in the presence of non-normality, non-linearity, and interaction. BMC Medical Research Methodology , 20(1):199

  9. [17]

    G., Lipsitz, S

    Ibrahim, J. G., Lipsitz, S. R., and Chen, M.-H. (1999). Missing covariates in generalized linear models when the missing data mechanism is non-ignorable. Journal of the Royal Statistical Society: Series B (Statistical Methodology) , 61(1):173--190

  10. [18]

    C., Liu, T., Curth, A., and van der Schaar, M

    Jarrett, D., Cebere, B. C., Liu, T., Curth, A., and van der Schaar, M. (2022). H yper I mpute: Generalized iterative imputation with automatic model selection. In Proceedings of the 39th International Conference on Machine Learning , volume 162 of Proceedings of Machine Learni...

  11. [19]

    O., Doorsamy, W., and Paul, B

    Joel, L. O., Doorsamy, W., and Paul, B. S. (2024). On the performance of imputation techniques for missing values on healthcare datasets. arXiv preprint arXiv:2403.14687

  12. [20]

    Jäger, S., Allhorn, A., and Bießmann, F. (2021). A benchmark for data imputation methods. Frontiers in Big Data , 4

  13. [21]

    Kokla, M., Virtanen, J., Kolehmainen, M., Paananen, J., and Hanhineva, K. (2019). Random forest-based imputation outperforms other methods for imputing lc-ms metabolomics data: a comparative study. BMC Bioinformatics , 20(1):492

  14. [22]

    Lee, M. C. and Mitra, R. (2016). Multiply imputing missing values in data sets with mixed measurement scales using a sequence of generalised linear models. Computational Statistics & Data Analysis , 95:24--38

  15. [23]

    Little, R. J. A. (1993). Pattern-mixture models for multivariate incomplete data. Journal of the American Statistical Association , 88(421):125--134

  16. [24]

    Liu, J., Gelman, A., Hill, J., Su, Y.-S., and Kropko, J. (2014). On the stationary distribution of iterative imputations. Biometrika , (1):155--173

  17. [25]

    A., Berrett, T

    Ma, T., Verchand, K. A., Berrett, T. B., Wang, T., and Samworth, R. J. (2024). Estimation beyond missing (completely) at random. Preprint arXiv:2410.10704

  18. [26]

    and Frellsen, J

    Mattei, P.-A. and Frellsen, J. (2019). MIWAE : Deep generative modelling and imputation of incomplete data sets. In Proceedings of the 36th International Conference on Machine Learning , volume 97, pages 4413--4423

  19. [27]

    Mayer, I., Sportisse, A., Josse, J., Tierney, N., and Vialaneix, N. (2021). R-miss-tastic: a unified platform for missing values methods and workflows. arXiv preprint arXiv:1908.04822

  20. [28]

    Michel, L., Spohn, M.-L., and Naef, J. (2022). Iscores: Proper Scoring Rules for Missing Value Imputation . R package version 1.1.0

  21. [29]

    Mohan, K., Pearl, J., and Tian, J. (2013). Graphical models for inference with missing data. In Advances in Neural Information Processing Systems 26 , pages 1277--1285

  22. [30]

    Molenberghs, G., Beunckens, C., Sotto, C., and Kenward, M. G. (2008). Every missingness not at random model has a missingness at random counterpart with equal fit. Journal of the Royal Statistical Society. Series B (Statistical Methodology) , 70(2):371--388

  23. [31]

    Murray, J. S. (2018). Multiple imputation: A review of practical and theoretical findings. Statistical Science , 33(2):142 -- 159

  24. [32]

    Muzellec, B., Josse, J., Boyer, C., and Cuturi, M. (2020). Missing data imputation using optimal transport. In Proceedings of the 37th International Conference on Machine Learning , pages 7130--7140

  25. [33]

    M., Ghahramani, Z., and Valera, I

    Nazábal, A., Olmos, P. M., Ghahramani, Z., and Valera, I. (2020). Handling incomplete heterogeneous data using VAEs . Pattern Recognition , 107:107501

  26. [34]

    Näf, J., Scornet, E., and Josse, J. (2025). What is a good imputation under MAR missingness? Preprint arXiv:2403.19196

  27. [35]

    Näf, J., Spohn, M.-L., Michel, L., and Meinshausen, N. (2023). Imputation scores . The Annals of Applied Statistics , 17(3):2452 -- 2472

  28. [36]

    C., Abreu, P

    Pereira, R. C., Abreu, P. H., Rodrigues, P. P., and Figueiredo, M. A. (2024). Imputation of data missing not at random: Artificial generation and benchmark analysis. Expert Systems with Applications , 249:123654

  29. [37]

    F., Tudor, G

    Potthoff, R. F., Tudor, G. E., Pieper, K. S., and Hasselblad, V. (2006). Can one assess whether missing data are missing at random in medical studies? Stat Methods Med Res , 15(3):213--234

  30. [38]

    L., Zheng, H., and Gevaert, O

    Qiu, Y. L., Zheng, H., and Gevaert, O. (2020). Genomic data imputation with variational auto-encoders . GigaScience , 9(8):giaa082

  31. [39]

    and Skrondal, A

    Rabe-Hesketh, S. and Skrondal, A. (2023). Ignoring non-ignorable missingness. Psychometrika , 88(1):31--50

  32. [40]

    R., Weiss, R

    Ren, B., Lipsitz, S. R., Weiss, R. D., and Fitzmaurice, G. M. (2023). Multiple imputation for non-monotone missing not at random data using the no self-censoring model. Stat Methods Med Res , 32(10):1973--1993

  33. [41]

    and Szekely, G

    Rizzo, M. and Szekely, G. (2022). energy: E-Statistics: Multivariate Inference via the Energy of Data . R package version 1.7-11

  34. [42]

    Rubin, D. B. (1976). Inference and missing data . Biometrika , 63(3):581--592

  35. [43]

    Schafer, J. L. (1997). Analysis of incomplete multivariate data . Chapman and Hall/CRC

  36. [44]

    Missing at Random

    Seaman, S., Galati, J., Jackson, D., and Carlin, J. (2013). What is meant by “Missing at Random”? Statistical Science , 28(2):257--268

  37. [45]

    Shadbahr, T., Roberts, M., Stanczuk, J., et al. (2023). The impact of imputation quality on machine learning classifiers for datasets with missing values. Communications Medicine , 3:139

  38. [46]

    Stekhoven, D. J. and Buhlmann, P. (2011). Missforest--non-parametric missing value imputation for mixed-type data. Bioinformatics , 28(1):112–118

  39. [47]

    Stekhoven, D. J. and Bühlmann, P. (2011). MissForest—non-parametric missing value imputation for mixed-type data . Bioinformatics , 28(1):112--118

  40. [48]

    and Atkinson, B

    Therneau, T. and Atkinson, B. (2023). rpart: Recursive Partitioning and Regression Trees . R package version 4.1.23

  41. [49]

    Troyanskaya, O., Cantor, M., Sherlock, G., Brown, P., Hastie, T., Tibshirani, R., Botstein, D., and Altman, R. B. (2001). Missing value estimation methods for DNA microarrays. Bioinformatics , 17(6):520--525. \_eprint: https://academic.oup.com/bioinformatics/article-pdf/17/6/5...

  42. [50]

    Van Buuren, S. (2007). Multiple imputation of discrete and continuous data by fully conditional specification. Stat Methods Med Res , 16(3):219--242

  43. [51]

    Van Buuren , S. (2018). Flexible Imputation of Missing Data. Second Edition . Chapman & Hall/CRC Press

  44. [52]

    and Groothuis-Oudshoorn, K

    Van Buuren , S. and Groothuis-Oudshoorn, K. (2011). mice : Multivariate imputation by chained equations in R . Journal of Statistical Software , 45(3):1--67

  45. [53]

    Wang, Z., Akande, O., Poulos, J., and Li, F. (2022). Are deep learning models superior for missing data imputation in surveys? E vidence from an empirical comparison. Survey Methodology , 48(2)

  46. [54]

    Wright, M. N. and Ziegler, A. (2017). ranger : A fast implementation of random forests for high dimensional data in C++ and R . Journal of Statistical Software , 77(1):1--17

  47. [55]

    J., and Winterstein, A

    Xu, D., Daniels, M. J., and Winterstein, A. G. (2016). Sequential BART for imputation of missing covariates. Biostatistics , 17(3):589--602

  48. [56]

    Xu, X., Xia, L., Zhang, Q., Wu, S., Wu, M., and Liu, H. (2020). The ability of different imputation methods for missing values in mental measurement questionnaires. BMC Medical Research Methodology , 20(42):1--16

  49. [57]

    Yoon, J., Jordon, J., and van der Schaar, M. (2018). GAIN : Missing data imputation using generative adversarial nets. In Proceedings of the 35th International Conference on Machine Learning , pages 5689--5698

  50. [58]

    Yuan, Y., Shen, Y., Wang, J., Liu, Y., and Zhang, L. (2021). VAEM : a deep generative model for heterogeneous mixed type data. In Advances in Neural Information Processing Systems 34 , pages 4044--4054

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.