| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| |||
|
|||
| number |
average(data) Mean (average value, first moment) |
||
| number |
correlation(data1,
data2) Calculates the correlation coefficient between two data sequences |
||
| number |
kurtosis(data) Kurtosis (fourth normalized moment) |
||
| number |
mean(data) Mean (average value, first moment) |
||
| number |
median(data) Median |
||
| mode(data) | |||
| number |
moment(data,
order,
about=None,
theoretical=1) Calculate the moments of the distribution corresponding to a set of data |
||
| number |
normalizedMoment(data,
order) Calculate the normalized moments of the distribution corresponding to a set of data. |
||
| number |
skewness(data) Skewness (third normalized moment) |
||
| number |
standardDeviation(data) Standard deviation |
||
| number |
variance(data) Variance (second moment) |
||
tuple of two elements
|
weightedMean(data,
sigma) Weighted mean of a sequence of numbers with given standard deviations |
||
|
|||
Mean (average value, first moment)
|
Calculates the correlation coefficient between two data sequences
|
Kurtosis (fourth normalized moment)
|
Mean (average value, first moment)
|
Median
|
|
Calculate the moments of the distribution corresponding to a set of data
|
Calculate the normalized moments of the distribution corresponding to a set of data. Normalization means division by the n-th power of the standard deviation.
|
Skewness (third normalized moment)
|
Standard deviation
|
Variance (second moment)
|
Weighted mean of a sequence of numbers with given standard deviations
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Fri Oct 6 14:45:40 2006 | http://epydoc.sourceforge.net |