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

Class ExponentialDistribution

                                     object --+            
                                              |            
                                    ??.instance --+        
                                                  |        
                                 RandomDistribution --+    
                                                      |    
RandDistBoostImpl_boost_exponential_distribution_double --+
                                                          |
                                                         ExponentialDistribution

Help on ExponentialDistribution [class]: Exponential distribution

Instance Methods [hide private]
 
__init__(...)
Help on ExponentialDistribution::ExponentialDistribution(double lambda=1) [constructor]

Inherited from RandDistBoostImpl_boost_exponential_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__ = 20
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on ExponentialDistribution::ExponentialDistribution(double lambda=1) [constructor]

Overrides: object.__init__