fill_data | R Documentation |
Impute missing data by optimizing the likelihood function
fill_data(obs, mu, sigma, p, index)
obs |
a vector of length M |
mu |
a matrix of size M x K |
sigma |
a matrix of size M x M x K |
p |
a vector of length K |
index |
a vector of length M, indicating whether a value is missing or not in the raw data |
an observation with updated imputed value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.