Need help on Exponential arrival distribution in Python - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Python Programming Language (https://www.supportforums.net/forumdisplay.php?fid=32) +---- Thread: Need help on Exponential arrival distribution in Python (/showthread.php?tid=27436) |
Need help on Exponential arrival distribution in Python - rakkitha - 11-28-2012 Hi all, I am doing a project on traffic simulation. I want to introduce exponential arrival distribution to precede this task. Therefore I want write a code in python for exponential arrival distribution. I am very new for programming and if anybody can help me on this that would be great. Cheers, Rakkitha RE: Need help on Exponential arrival distribution in Python - Rhynorater - 01-02-2013 I would recommend learning basic Python first. Try reading "A Byte of Python" -Rhynorater. |