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

Description Usage Arguments

Description

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

Usage

1
2
## S3 method for class 'GaussianMixtures'
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.


sBIC documentation built on May 2, 2019, 4:16 a.m.