Learn R Programming

sBIC (version 0.2.0)

setData.GaussianMixtures: Set data for the gaussian mixture models.

Description

Sets the data to be used by the gaussian mixture models when computing MLEs.

Usage

"setData"(this, data)

Arguments

this
the GaussianMixtures object.
data
the data to be set, a matrix where each row corresponds to a single multivariate observation. If the corresponding GaussianMixtures object has ambient dimension 1, then data may be a numeric vector of observations.