Function Smooth-4253h

Part of:

package cl-mathstats
( smooth-4253h < data > )
Smooths `data' by successive smoothing: 4,median; then 2,median; then 5,median; then 3,median; then hanning. The ends are handled by duplicating the end elements. This function is not destructive; it returns a list the same length as `data,' which should be a list of numbers.