Module pypcsim :: Class TriangleDistribution
[hide private]
[frames] | no frames]

Class TriangleDistribution

                                  object --+            
                                           |            
                                 ??.instance --+        
                                               |        
                              RandomDistribution --+    
                                                   |    
RandDistBoostImpl_boost_triangle_distribution_double --+
                                                       |
                                                      TriangleDistribution

Help on TriangleDistribution [class]:
Triangle distribution 
The returned floating-point values x satisfy a <= x <= c; 
 x has a triangle distribution, where b is the most probable value for x.

Instance Methods [hide private]
 
__init__(...)
Help on TriangleDistribution::TriangleDistribution(double a=0, double b=5.0e-1, double c=1) [constructor]

Inherited from RandDistBoostImpl_boost_triangle_distribution_double: clone, get

Inherited from RandomDistribution: __call__

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 76
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on TriangleDistribution::TriangleDistribution(double a=0, double b=5.0e-1, double c=1) [constructor]

Overrides: object.__init__