Home | Trees | Indices | Help |
---|
|
object --+ | ProbabilityDistributions
class ProbabilityDistribtions() - basic PD functionality
This class implements basic probability distribution functionality, currently the generation of random distributions. One usage is the random benchmark generation.
Most methods are static (class) methods. Basically, this class is used to encapsulated conjoined functions.
|
|||
Inherited from |
|
|||
distribution |
|
|
|||
IMPLEMENTED_DISTRIBUTIONS =
|
|
|||
Inherited from |
|
n ... number of generated values method ... random generation method left ... left/lower limit right ... right/upper limit distribution ... list of generated values with given properties Generates a list of random values by the given method in the given limits. Returns floats.
|
|
IMPLEMENTED_DISTRIBUTIONS
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Apr 27 17:47:09 2011 | http://epydoc.sourceforge.net |