search for: lsodar

Displaying 4 results from an estimated 4 matches for "lsodar".

Did you mean: lsoda
2004 Jun 10
0
lsoda with arbitrary zero thresholds (with psuedo-solution)
...0.0 faster by setting the derivatives even larger in absolute value. You may run into problems with the solver when the derivatives are discontinuous functions of the state variables. There is a simple and elegant solution in theory, but not (yet) available in odesolve. soda has a variant called lsodar that returns whenever a function of the state variables satisfies a given set of conditions (in your case, you could tell lsodar to return whenever any state variable drops below 0.4). Once the call to lsodar returns, you'd then reset all the state variables that were < 0.4 to 0, and restar...
2000 Nov 17
1
Ordinary differential equations in R?
Is there any R code available for solving ODE's? I am considering building an interface to ODEPACK, but don't want to duplicate any existing effort. -- Tom Wainwright NOAA/NMFS/NWFSC 2030 S Marine Science Dr Newport, OR 97365 USA thomas.wainwright at noaa.gov -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2017 Nov 19
2
Debian backport on Stretch?
Le Sat, Nov 18, 2017 at 03:26:53PM -0800, Bill Harris a ?crit : > Incidentally, you can see a bit more complete description at > https://unix.stackexchange.com/questions/402560/how-do-i-install-r-on-debian-stretch-given-the-r-api-3-issue > . Hi Bill and everybody, if one installs R >= 3.4.2 from any source, then some Debian packages will be broken. The change of r-api virtual
2013 Feb 10
4
A Hodgkin Huxley Model
Hi All It has been suggested to me that the folks in this list might be able to help me out of my misery. As part of my learning curve to building a rather detailed model of a small neurone complex I am implementing some existing models in R. For the moment I want to implement the Izhikevich model as described in his 2003 paper. The equations are as follows: v' = 0.04v^2 + 5v + 140 - u - I