Handling Missing Values in Matrices of Observations
Summary Statistics provides the Multiple Imputation (MI) method VSL_SS_METHOD_MI to deal with missing values in a dataset. A typical usage flow is as follows:
-
In the MI paradigm, replace each missing value with a set of m values predicted from the underlying distribution.
-
After MI application, analyze each of the m complete datasets producing estimates and standard errors.
-
Combine the results of the first two steps according to the rules in [Rubin1987] to produce overall estimates and standard errors.
MI approach is integrated into the library as described in [Schafer1997].
See Also
Basic Assumptions under the MI Method
Basic Components of the MI Method
For more complete information about compiler optimizations, see our Optimization Notice.