This document presents a new method called "evidence chain" for imputing missing data. The method works as follows:
1. It first identifies missing data values marked as "-1" in a dataset.
2. It then combines attribute values associated with each missing data point to form "evidence chains" to estimate potential values.
3. It calculates possible values and their probabilities for each missing data point.
4. It checks if an evidence chain matches values in the data and uses the most probable or highest value to impute the missing data.
5. The imputed values replace the original missing values to complete the dataset. The method is implemented in an application that can generate test data with missing values.