compute.BIC.stoch {varmixt}R Documentation

Computes parameters of the mixture on the variance with EM algorithm with random initial parameters

Description

This function computes parameters of the mixture with random initial parameters

Usage

compute.BIC.stoch(VAR,df,nmixt,stop.crit = stop.crit.2,seed = NULL,criterion = criterion,PPOST = FALSE)

Arguments

VAR Vector of estimated variance
df degrees of freedom of the estimated variance
nmixt Integer : number of components
stop.crit Real : convergence criterion for the EM algo
seed Integer : Seed for random number generator
criterion Criterion for the convergence of EM algo
PPOST Boolean : Should the programm export the matrix of posterior probability of each gene

Author(s)

Paul Delmar


[Package varmixt version 0.2-4 Index]