Abstract:
Y=RUNNINGMEDIAN(DATA) returns the running median of width equal to 10% of the sample size DATA. RUNNINGMEDIAN(DATA,WIDTHMED,MINRADIUS) allows to specify a different width of the running median WIDTHMED and the minimum radius of the median MINRADIUS (default: 0.5% of the sample size) to which the radius of the median is decreased at the edges.