powered by
Imputes the values of the vector that are NaN
Imputation(XX)
a vector of size N x 1
Imputed vector of size N x 1
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.