Function Smooth-Median-3

Part of:

package cl-mathstats
( smooth-median-3 < data > )

Smooths data&#39; by replacing each element with the median of it and its two<br> neighbors. The ends are handled by duplicating the end elements. This function<br> is not destructive; it returns a list the same length as data,' which should be
a sequence of numbers.