This is documentation for an old release of SciPy (version 0.17.1). Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.stats.mstats.signaltonoise¶
- scipy.stats.mstats.signaltonoise(*args, **kwds)[source]¶
signaltonoise is deprecated! mstats.signaltonoise is deprecated in scipy 0.16.0
- Calculates the signal-to-noise ratio, as the ratio of the mean over
- standard deviation along the given axis.
Parameters: data : sequence
Input data
- axis : {0, int}, optional
Axis along which to compute. If None, the computation is performed on a flat version of the array.