The signal-to-noise ratio of the input data.
Returns the signal-to-noise ratio of a, here defined as the mean divided by the standard deviation.
Parameters : | a: array_like :
axis: int or None, optional :
ddof : int, optional
|
---|---|
Returns : | s2n : ndarray
|