mv_mle: Multivariate normal distribution: maximum likelihood...

Description Usage Arguments Value See Also

View source: R/mv_gmm.R

Description

Multivariate normal distribution: maximum likelihood estimation

Usage

1
mv_mle(x, w = NULL, ML = TRUE)

Arguments

x

numeric matrix representing multivariate data where rows = observations and columns = samples or conditions.

w

numeric weight (i.e. probability) associated to observations

ML

logical (reserved, default = TRUE)

Value

mv_mle returns a list with the following elements:

mu

mean vector

sigma

covariance matrix

See Also

mv_pdf, mv_rsg, mv_gmm


benja0x40/Tightrope documentation built on May 24, 2019, 1:35 a.m.