[Depmix-commits] r588 - pkg/depmixS4/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Sep 12 11:36:21 CEST 2013
Author: ingmarvisser
Date: 2013-09-12 11:36:21 +0200 (Thu, 12 Sep 2013)
New Revision: 588
Modified:
pkg/depmixS4/man/depmix.fit.Rd
Log:
Set solnp control parameters to defaults used that package.
Modified: pkg/depmixS4/man/depmix.fit.Rd
===================================================================
--- pkg/depmixS4/man/depmix.fit.Rd 2013-09-12 09:29:50 UTC (rev 587)
+++ pkg/depmixS4/man/depmix.fit.Rd 2013-09-12 09:36:21 UTC (rev 588)
@@ -34,7 +34,7 @@
conrows=NULL, conrows.upper=0, conrows.lower=0,
method=NULL, verbose=TRUE,
emcontrol=em.control(),
- solnpcntrl=list(rho = 1, outer.iter = 400, inner.iter = 800, delta = 1e-5, tol = 1e-6),
+ solnpcntrl=list(rho = 1, outer.iter = 400, inner.iter = 800, delta = 1e-7, tol = 1e-8),
donlpcntrl=donlp2Control(),
...)
More information about the depmix-commits
mailing list