compute.BIC.stoch {varmixt} | R Documentation |
This function computes parameters of the mixture with random initial parameters
compute.BIC.stoch(VAR,df,nmixt,stop.crit = stop.crit.2,seed = NULL,criterion = criterion,PPOST = FALSE)
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 |
Paul Delmar