pdf#

Compute properties of probability density functions.

Functions

argpercentile(a, q[, axis])

Find the fractional, 1D index of an all-positive array, a, corresponding to the percentile q.

percentile(x, f, q[, axis])

Compute the percentile of the given probability mass function, f.

median(x, f[, axis])

Compute the median of the given probability mass function, f.

iqr(x, f[, axis])

Compute the interquartile range of the given probability mass function, f.

fwhm(x, f[, axis])

Compute the full-width at half maximum (FWHM) of the function f evaluated at coordinates x.