Description Usage Arguments Value
Computes the Savitzky-Golay smoothing of a vector x using a filter size of sgSize.
1 | Smoothing_SavitzkyGolay(x, sgSize = 5L)
|
x |
the data vector to smooth. |
sgSize |
valid values are: 5, 7, 9, 11, 13, 15. |
the smoothed data vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.