Page 1 of 1

Modeling Accounting Ledgers

Posted: Sat Jun 25, 2016 5:45 pm
by Ifeanyi
Please what discrete function can I use to ensure that the flow into a stock is not constant prompting the stock to increase linearly. I am trying to model accounting ledgers whose values are discrete (occur once and stop) not continuous. For example how can I make a value of say 500 go into the stock without the stock increasing in 500s? What function can be used?

Re: Modeling Accounting Ledgers

Posted: Sat Jun 25, 2016 6:34 pm
by Administrator
Try something like this.

stock increase = IF THEN ELSE ( time to trigger stock increase = time , amount to enter stock / time step , 0 )