[Depmix-commits] r515 - pkg/depmixS4/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu May 10 22:08:59 CEST 2012
Author: ingmarvisser
Date: 2012-05-10 22:08:59 +0200 (Thu, 10 May 2012)
New Revision: 515
Modified:
pkg/depmixS4/R/em.control.R
Log:
Changed the default max iterations in EM to 500.
Modified: pkg/depmixS4/R/em.control.R
===================================================================
--- pkg/depmixS4/R/em.control.R 2012-04-26 19:53:50 UTC (rev 514)
+++ pkg/depmixS4/R/em.control.R 2012-05-10 20:08:59 UTC (rev 515)
@@ -1,3 +1,3 @@
em.control <-
-function(maxit=100,tol=1e-8,crit="relative",random.start=TRUE) {
+function(maxit=500,tol=1e-8,crit="relative",random.start=TRUE) {
return(list(maxit=maxit,tol=tol,crit=crit,random.start=random.start))}
\ No newline at end of file
More information about the depmix-commits
mailing list