Statistics Functions

alphabeticalReturns test (statistics).
betavariateReturns test (random).
correlationReturns the pearson and spearman correlation coefficients (statistics).
covarianceReturns the sample covariance for two variables (statistics).
expovariateReturns test (random).
fmeanReturns the fast, floating-point arithmetic mean, with optional weighting (statistics).
gaussReturns test (random).
geometric_meanReturns the geometric mean of an array of numbers (statistics).
harmonic_meanReturns the harmonic mean of an array of numbers (statistics).
linear_regressionReturns the slope and intercept for a simple linear regression (statistics).
lognormvariateReturns test (random).
maxReturns the largest item in an iterable or the largest of two or more arguments (built-in, numpy).
meanReturns the arithmetic mean ("average") of data (statistics).
medianReturns the median (middle value) of data (statistics).
median_groupedReturns the median (50th percentile) of grouped data (statistics).
median_highReturns the high median of data (statistics).
median_lowReturns the low median of data (statistics).
minReturns the smallest item in an iterable or the smallest of two or more arguments (built-in, numpy).
modeReturns the single mode (most common value) of discrete or nominal data (statistics).
multimodeReturns the list of modes (most common values) of discrete or nominal data (statistics).
normaldist(class) Returns test (statistics).
normvariateReturns test (random).
paretovariateReturns test (random).
pstdevReturns the population standard deviation of data (statistics).
pvarianceReturns the population variance of data (statistics).
quantilesReturns the divide data into intervals with equal probability (statistics).
sortReturns test (statistics).
stdevReturns the sample standard deviation of data (statistics).
varianceReturns the sample variance of data (statistics).
weibullvariateReturns test (random).
alphabetical
Returns test (statistics).
betavariate
Returns test (random).
correlation
Returns the pearson and spearman correlation coefficients (statistics).
covariance
Returns the sample covariance for two variables (statistics).
expovariate
Returns test (random).
fmean
Returns the fast, floating-point arithmetic mean, with optional weighting (statistics).
gauss
Returns test (random).
geometric_mean
Returns the geometric mean of an array of numbers (statistics).
harmonic_mean
Returns the harmonic mean of an array of numbers (statistics).
linear_regression
Returns the slope and intercept for a simple linear regression (statistics).
lognormvariate
Returns test (random).
max
Returns the largest item in an iterable or the largest of two or more arguments (built-in, numpy).
mean
Returns the arithmetic mean ("average") of data (statistics).
median
Returns the median (middle value) of data (statistics).
median_grouped
Returns the median (50th percentile) of grouped data (statistics).
median_high
Returns the high median of data (statistics).
median_low
Returns the low median of data (statistics).
min
Returns the smallest item in an iterable or the smallest of two or more arguments (built-in, numpy).
mode
Returns the single mode (most common value) of discrete or nominal data (statistics).
multimode
Returns the list of modes (most common values) of discrete or nominal data (statistics).
normaldist
(class) Returns test (statistics).
normvariate
Returns test (random).
paretovariate
Returns test (random).
pstdev
Returns the population standard deviation of data (statistics).
pvariance
Returns the population variance of data (statistics).
quantiles
Returns the divide data into intervals with equal probability (statistics).
sort
Returns test (statistics).
stdev
Returns the sample standard deviation of data (statistics).
variance
Returns the sample variance of data (statistics).
weibullvariate
Returns test (random).

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top