Skip to content
Prev 449 / 696 Next

[R-sig-dyn-mod] iterative procedure vs deSolve

Dear Paula,

did you try to adapt rtol and atol, which are passed from ode() to its default 
solver lsoda(), to lower values? I had a similar case when I compared an 
Eigenvalue based solution of a system of ODEs with the solution produced by 
deSolve, and it turned out the the deSolve solution converged to the 
Eigenvalue based solution when atol and/or rtol were decreased.

Kind regards,

Johannes


Am Donnerstag, 17. M?rz 2016, 14:56:40 schrieb Paula Sanchez Marin: