Imputation: Imputation of a numerical vector
Description
Imputes the values of the vector that are NaNValue
Imputed vector of size N x 1Details
If a value is missing, it will be replaced by an imputed value that is an average of previous and
next value. If previous or next value is also missing, the closest value is used as the imputed value.