Next: Running Statistics Quantiles, Previous: Running Statistics Adding Data to the Accumulator, Up: Running Statistics [Index]
This function returns the minimum value added to the accumulator.
This function returns the maximum value added to the accumulator.
This function returns the mean of all data added to the accumulator, defined as
This function returns the variance of all data added to the accumulator, defined as
This function returns the standard deviation of all data added to the accumulator, defined as the square root of the variance given above.
This function returns the skewness of all data added to the accumulator, defined as
This function returns the kurtosis of all data added to the accumulator, defined as
This function returns an estimate of the median of the data added to the accumulator.