Statistical functions (cupyx.scipy.stats)

Summary statistics

trim_mean(a, proportiontocut[, axis])

Return mean of array after trimming distribution from both tails.

entropy(pk[, qk, base, axis])

Calculate the entropy of a distribution for given probability values.