compute.param {varmixt} | R Documentation |
Computes the mixture parameters
compute.param(VAR,df,nmixt,sd.init=NULL,pi.init=NULL,criterion=c("likelihood","parameter")[1], stop.crit=stop.crit.2)
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) |
Paul Delmar