StandardDeviationFilter¶
Replaces each element with the sample standard deviation of its radius-r
neighborhood.
A single element has no sample standard deviation, so a range of zero has nothing to work with:
$ wo 'StandardDeviationFilter[{1, 2, 3, 4, 100}, 0]'
StandardDeviationFilter::shlen: Cannot compute the standard deviation of one element.
StandardDeviationFilter[{1, 2, 3, 4, 100}, 0]
The range must be a whole number: