Calculates the signal-to-noise ratio, defined as the ratio between the mean and the standard deviation.
Parameters : | a: array-like :
axis: int or None, optional :
ddof : integer, optional, default 0
|
---|---|
Returns : | array containing the value of the ratio of the mean to the standard : deviation along axis, or 0, when the standard deviation is equal to 0 : |