hotdeck
Hotdeck is a data imputation technique used to fill in missing values in a dataset by borrowing observed values from similar records, called donors. It is a non-parametric approach that does not rely on fitting a statistical model to the data; instead, it uses the observed data within a defined donor pool to replace missing entries.
The imputation process typically involves three steps. First, the data are partitioned into imputation classes or
Variants of hotdeck differ in how donors are chosen and how decks are formed. Classical hotdeck uses
Advantages include preservation of the original data distribution and simplicity of implementation. Limitations include potential bias