| 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 |  | 
    |  |  | 
    | 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 |  | 
    | number |  | 
    | tupleof two elements | 
        
          | weightedMean(data,
        sigma) Weighted mean of a sequence of numbers with given standard deviations
 |  |  |