SciPy

scipy.stats.mstats.variation

scipy.stats.mstats.variation(a, axis=0)[source]

Computes the coefficient of variation, the ratio of the biased standard deviation to the mean.

Parameters
aarray_like

Input array.

axisint or None, optional

Axis along which to calculate the coefficient of variation. Default is 0. If None, compute over the whole array a.

Returns
variationndarray

The calculated variation along the requested axis.

Notes

For more details about variation, see stats.variation.

Previous topic

scipy.stats.mstats.tsem

Next topic

scipy.stats.mstats.find_repeats