deckimputation
Deckimputation is a term used to describe a family of data imputation techniques that organize candidate imputations for missing values as a “deck” from which values are drawn or selected. The central idea is to replace missing entries by sampling from or selecting among a curated set of plausible values, rather than applying a single deterministic replacement.
In practice, deckimputation builds a deck of candidate imputations for each missing entry. Candidates may come
Deckimputation is used across domains where missing data are common, including survey research, finance, and bioinformatics.
See also: data imputation, multiple imputation, k-nearest neighbors imputation, Bayesian imputation, matrix completion.