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

Class _ZscoreHistogram

source code

     object --+        
              |        
_NumpyHistogram --+    
                  |    
 _FunctionHistogram --+
                      |
                     _ZscoreHistogram

Z-score of the weights in each bin abs(Y - <Y>)/std(Y). Takes TWO column arguments: value and weight

Instance Methods [hide private]
 
Zscore(self, v) source code
 
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