Re: recursion

From: Indrajeet Singh Date: May 19, 2011 technical Source: mail-archive.com
Hi there If you look into NONMEM manual NONMEM Users Guide - Part VIII Page# 267,296, 405 you should see few examples of DO loop inclusion. Though my understanding was that NMTRAN does not recognize DO loops, so you may need to try and see if it works. Good Luck.
Quoted reply history
On Thu, May 19, 2011 at 1:16 PM, Tremblay, Pierre-Olivier < [email protected]> wrote: > Dear NONMEM users, > > I plan to use an inverse gaussian distribution as an empirical input > function. I'd like to obtain the cumulative density function (or rather the > percent absorbed in time) however, I'm not familiar with recursive > functions in NONMEM. Would anyone be able to provide an example where a > variable is updated and output at each time point so that: > > for time=t from 0 to n, the cumulated quantiy = quantity(t)+quantity(t-1) > until t=n > > Best regards, > > Pierre-Olivier > -- Indrajeet Singh,PhD Postdoctoral Research Associate Dept. of Pharmaceutical Sciences University at Buffalo
May 19, 2011 Pierre-Olivier Tremblay recursion
May 19, 2011 Indrajeet Singh Re: recursion
May 23, 2011 Venkatesh. P Re: recursion