smoother | R Documentation |
Apply a smoother to estimated notes.
Currently, only a running median (using decmedian
in package pastecs) is available.
smoother(notes, method = "median", order = 4, times = 2)
notes |
Series of notes, a vector of integers such as returned by |
method |
Currently, only a running |
order |
The window used for the running median corresponds to 2*order + 1. |
times |
The number of times the running median is applied (default: 2). |
The smoothed series of notes.
Uwe Ligges ligges@statistik.tu-dortmund.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.