Lecture 10
Lecture 10
One can caracterize each type of missing values in the following way
MCAR : p(M|X) = p(M)
MAR : p(M|X) = p(M|X0 )
MNAR : no information on p(M|X)
Solution 1 : delete missing values
Step 1 : for each observation with missing values, find in the dataset
of fully observed data the k nearest neighbors
Solution 2 : imputation missing values
Imputation using k nearest neighbors