Learn R Programming

MGMM (version 0.3.1)

fit.mvn.miss.impute: Imputation for a Single Component Multivariate Normal with Missingness.

Description

Imputation for a Single Component Multivariate Normal with Missingness.

Usage

fit.mvn.miss.impute(split_data, theta)

Arguments

split_data

Data partitioned by missingness.

theta

List containing the `mean` and `cov`.

Value

Data.matrix, in the same order as the original data, with missing values imputed to their expectations.