compute.param {varmixt}R Documentation

Computes the mixture parameters

Description

Computes the mixture parameters

Usage

compute.param(VAR,df,nmixt,sd.init=NULL,pi.init=NULL,criterion=c("likelihood","parameter")[1],
                        stop.crit=stop.crit.2)
                        

Arguments

VAR Vector of estimated variance
df degrees of freedom of the estimated variance
nmixt Number of components in the mixture
sd.init optional vector of initial standard deviation
pi.init optional vector of initial probability
criterion which type of criterion for the convergence of EM algorithm
stop.crit Defines the convergence of EM algo (EM algo relative difference of criterion between two iterations is less than stop.crit)

Author(s)

Paul Delmar


[Package varmixt version 0.2-4 Index]