Skip to contents

Apply median filter to a `ts`

Usage

mmed(ts, order)

Arguments

ts

A `ts` object.

order

An odd integer. Window size of the median filter.

Value

A smoothed `ts` object.