Learn R Programming

MGMM (version 0.3.1)

fit.mvn.no_miss: Estimation for a Single Component Multivariate Normal with No Missingness.

Description

Estimation for a Single Component Multivariate Normal with No Missingness.

Usage

fit.mvn.no_miss(data, init_mean, fix_mean)

Arguments

data

Numeric data matrix.

init_mean

Optional initial mean vector.

fix_mean

Fix the means to their starting value? Must initialize

Value

List containing the new `Mean`, `Covariance`, and log-likelihood `Objective`.