mhimanshu
2012-Mar-21 14:43 UTC
[R] Solving ODE via deSolve and optimizing best parameter values.
Hello Everyone, I have just started with deSolve package, I have a set of ODE equation with few parameters, for example dy/dx = a1*Y*(1-Y/Ymax) - a2*(Y+0.001) and dz/dt = a3*Y- a4*Z; I have the initial values of Y, Z and a1,a2,a3 are my parameters, Now my main objective is to find the solve the equation and also to find the best optimized values for boht Y & Z and also other parameters like a1,a2,a3. I am using deSolve package and i have solved the equation and now I am stuck with the finding the best values for my parameters. Can anyone please help me out in this ? you can also write to me at bioinfo.himanshu at gmail.com Thanks in Advance Himanshu -- View this message in context: http://r.789695.n4.nabble.com/Solving-ODE-via-deSolve-and-optimizing-best-parameter-values-tp4492505p4492505.html Sent from the R help mailing list archive at Nabble.com.