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

Class BndNormalDistribution

                                object --+                
                                         |                
                               ??.instance --+            
                                             |            
                            RandomDistribution --+        
                                                 |        
RandDistBoostImpl_boost_normal_distribution_double --+    
                                                     |    
                                    NormalDistribution --+
                                                         |
                                                        BndNormalDistribution

Help on BndNormalDistribution [class]: Bounded Normal distribution (similar to the bndnormal in the circuit toolbox)

Instance Methods [hide private]
 
__init__(...)
Help on BndNormalDistribution::BndNormalDistribution(double mu, double cv, double lowerBound, 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__ = 112
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

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

Overrides: object.__init__

clone(...)

 

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

Overrides: RandomDistribution.clone
(inherited documentation)

get(...)

 
Overrides: RandDistBoostImpl_boost_normal_distribution_double.get