Package AutoDockTools :: Module histogram
[hide private]
[frames] | no frames]

Module histogram

source code

Classes [hide private]
  Histogram
Histogram in one variable Constructor: Histogram(|data|, |bins|, |range|=None) Arguments: |data| -- a sequence of data points |bins| -- the number of bins into which the data is to be sorted |range| -- a tuple of two values, specifying the lower and the upper end of the interval spanned by the bins.
  HistogramRI
This class is based on Histogram class developed by K.Hinsen.

Variables [hide private]
  data = N.arange(500)
  hRI = HistogramRI(data, 10)

Variables Details [hide private]

data

None
Value:
N.arange(500)                                                          
      

hRI

None
Value:
HistogramRI(data, 10)