compute.param.VM {varmixt}R Documentation

Computes the parameters given the number of components in the model

Description

Computes the parameters given the number of components in the model

Usage

compute.param.VM(data, nmixt, sd.init = NULL, pi.init = NULL, criterion = c("likelihood", "parameter")[1], stop.crit = 1e-08)

Arguments

data gene expression data object
nmixt number of variance groups
sd.init vector of starting value of groups standard deviation
pi.init vector of starting value of relative abundance of group
criterion "likelihood" or "parameter" : Stopping criterion for the EM parameter
stop.crit Value of the stopping parameter

Author(s)

Paul Delmar


[Package varmixt version 0.2-4 Index]