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

Class BndGammaDistribution

                               object --+                    
                                        |                    
                              ??.instance --+                
                                            |                
                           RandomDistribution --+            
                                                |            
RandDistBoostImpl_boost_gamma_distribution_double --+        
                                                    |        
                                    GammaDistribution --+    
                                                        |    
                                       Gamma2Distribution --+
                                                            |
                                                           BndGammaDistribution

Help on BndGammaDistribution [class]: Bounded Gamma distribution (similar to the bndgamma in the circuit toolbox)

Instance Methods [hide private]
 
__init__(...)
Help on BndGammaDistribution::BndGammaDistribution(double mu, double cv, double upperBound) [constructor]
 
clone(...)
Help on RandomDistribution * RandomDistribution::clone() const [member function]
 
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__ = 100
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on BndGammaDistribution::BndGammaDistribution(double mu, double cv, double upperBound) [constructor]

Overrides: object.__init__

clone(...)

 

Help on RandomDistribution * RandomDistribution::clone() const [member function]

Overrides: RandomDistribution.clone
(inherited documentation)

get(...)

 
Overrides: RandDistBoostImpl_boost_gamma_distribution_double.get