\(\renewcommand\AA{\unicode{x212B}}\)
This is a Python binding to the C++ class Mantid::Kernel::Stats.
mantid.kernel.
Stats
¶Statistics
¶maximum
¶Maximum value of the data set
mean
¶Simple mean, sum(data)/nvalues, of the data set
median
¶Middle value of the data set
minimum
¶Minimum value of the data set
standard_deviation
¶Standard width of distribution
getModifiedZscore
((object)data[, (bool)sorted]) → std_vector_dbl :¶Determine the modified Z score for an array of data
getMomentsAboutMean
((object)indep, (object)depend[, (int)maxMoment]) → numpy.ndarray :¶Calculate the first n-moments (inclusive) about the mean
getMomentsAboutOrigin
((object)indep, (object)depend[, (int)maxMoment]) → numpy.ndarray :¶Calculate the first n-moments (inclusive) about the origin
getStatistics
((object)data[, (bool)sorted]) → Statistics :¶Determine the statistics for an array of data
getZscore
((object)data) → std_vector_dbl :¶Determine the Z score for an array of data