Package recsql :: Module sqlfunctions :: Class _MeanHistogram
[hide private]
[frames] | no frames]

Class _MeanHistogram

source code

     object --+        
              |        
_NumpyHistogram --+    
                  |    
 _FunctionHistogram --+
                      |
                     _MeanHistogram

Mean of the weights in each bin. Takes TWO column arguments: value and weight

Instance Methods [hide private]
 
finalize(self) source code

Inherited from _FunctionHistogram: __init__, step

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

finalize(self)

source code 
Overrides: _NumpyHistogram.finalize