| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
|
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. |
||
|
|||
|
data = N.arange(500)
|
||
|
hRI = HistogramRI(data, 10)
|
||
|
|||
dataNone
|
hRINone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Nov 2 14:16:55 2007 | http://epydoc.sourceforge.net |