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.

Other statistical functionality#

boxcox_llf(lmb, data)

The boxcox log-likelihood function.

zmap(scores, compare[, axis, ddof, nan_policy])

Calculate the relative z-scores.

zscore(a[, axis, ddof, nan_policy])

Compute the z-score.