This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author miathan6
Recipients
Date 2007-03-15.13:09:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch adds the so called Triangular distribution for random values. It is often used in simulations when an upper and lower bound is known, and a most likely value but not the exact distribution. This distribution interpolates these values linearly.

http://en.wikipedia.org/wiki/Triangular_distribution
History
Date User Action Args
2007-08-23 15:57:36adminlinkissue1681432 messages
2007-08-23 15:57:36admincreate