Popular recipes tagged "interest"http://code.activestate.com/recipes/tags/interest/2014-04-27T16:42:29-07:00ActiveState Code RecipesMonte Carlo Engine : Stochastic Interest Rate Predictor (Python) 2014-04-27T16:42:29-07:00alexander bakerhttp://code.activestate.com/recipes/users/4166679/http://code.activestate.com/recipes/578867-monte-carlo-engine-stochastic-interest-rate-predic/ <p style="color: grey"> Python recipe 578867 by <a href="/recipes/users/4166679/">alexander baker</a> (<a href="/recipes/tags/carlo/">carlo</a>, <a href="/recipes/tags/interest/">interest</a>, <a href="/recipes/tags/model/">model</a>, <a href="/recipes/tags/monte/">monte</a>, <a href="/recipes/tags/numpy/">numpy</a>, <a href="/recipes/tags/rate/">rate</a>). Revision 2. </p> <p>This is a simple Monte Carlo Engine model, based on some ideas from the Quantopian folks. The idea is that the model and the engine are separate. I have integrated a simple example from an earlier post. The idea was to try and build some game theory simulations using simple models that were separate from the Engine. </p> SleepSort (Timer version) (Python) 2011-06-18T05:37:06-07:00wong2http://code.activestate.com/recipes/users/4178345/http://code.activestate.com/recipes/577762-sleepsort-timer-version/ <p style="color: grey"> Python recipe 577762 by <a href="/recipes/users/4178345/">wong2</a> (<a href="/recipes/tags/algorithms/">algorithms</a>, <a href="/recipes/tags/interest/">interest</a>, <a href="/recipes/tags/sort/">sort</a>). </p> <p>Python version sleep sort by using threading.Timer</p> script for calculating simple interest (Python) 2008-10-09T07:51:39-07:00Mahmoud Hossamhttp://code.activestate.com/recipes/users/4167486/http://code.activestate.com/recipes/576533-script-for-calculating-simple-interest/ <p style="color: grey"> Python recipe 576533 by <a href="/recipes/users/4167486/">Mahmoud Hossam</a> (<a href="/recipes/tags/accounting/">accounting</a>, <a href="/recipes/tags/interest/">interest</a>). </p> <p>a script which can be used to calculate the amount of interest using the formula I=Pit</p> <p>this is a very simple code,any suggestions are welcome</p>