This is documentation for an old release of SciPy (version 0.7.). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.stats.variation
-
scipy.stats.variation(a, axis=0)
Computes the coefficient of variation, the ratio of the biased standard
deviation to the mean.
Parameters: | a : array
axis : int or None
|
References
[CRCProbStat2000] section 2.2.20