Imputation via MLE for normal distribution with missing data. The algorithm used is EM for learning the MLE parameters: mu and Sigma. Then, using the conditional probability, the missing data is imputed.
The R package can be installed via:
devtools::install_github("aciobanusebi/normalMleImputation")