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

Class LogNormalDistribution

                                   object --+            
                                            |            
                                  ??.instance --+        
                                                |        
                               RandomDistribution --+    
                                                    |    
RandDistBoostImpl_boost_lognormal_distribution_double --+
                                                        |
                                                       LogNormalDistribution

Help on LogNormalDistribution [class]: Log-normal distribution

Instance Methods [hide private]
 
__init__(...)
Help on LogNormalDistribution::LogNormalDistribution(double mean=0, double sigma=1) [constructor]

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

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on LogNormalDistribution::LogNormalDistribution(double mean=0, double sigma=1) [constructor]

Overrides: object.__init__