Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 333 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 333 Bytes

normalMleImputation

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")