Description Usage Arguments Value
Applies LOWESS on select vector as a function of time
1 | LOWESS(x, fps = 25, h = 10, d = 2, r = 2, smooth.para = 6)
|
h |
- Half window size, the window size is 2 * h + 1 |
d |
- Degree of polynomial |
r |
- Number of repeated iterations |
smooth.para |
- Smoothing parameter, defines |
- |
fps, frame per second |
loc - the smoothed location
v - velocity obtained by deriving the polynomial at the specific point
a - accelration, obtained by deriving the polynomial at the specific point twice
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.