comp.bic.stoch {varmixt}R Documentation

Computes mixture parameters for varying number of components

Description

Computes mixture parameters for varying number of components using random initialisation of EM algorithm

Usage

comp.bic.stoch(VAR, df, stop.crit = 1e-06, n.max = 20)

Arguments

VAR Vector of estimated variance
df degrees of freedom of the estimated variance
stop.crit Real : convergence criterion for the EM algo
n.max Maximum number of mixtures to consider

Author(s)

Paul Delmar


[Package varmixt version 0.2-4 Index]