mean, median, variance, etc. More...
Modules | |
corrcoef | |
Find the correlation coefficient of values in the input. | |
cov | |
Find the covariance of values in the input. | |
mean | |
Find the mean of values in the input. | |
median | |
Find the median of values in the input. | |
stdev | |
Find the standard deviation of values in the input. | |
topk | |
This function returns the top k values along a given dimension of the input array. | |
var | |
Find the variance of values in the input. | |
mean, median, variance, etc.