LOWESS: Locally Weighted Scatterplot Smoothing

Description Usage Arguments Value

View source: R/Smoothing.R

Description

Applies LOWESS on select vector as a function of time

Usage

1
LOWESS(x, fps = 25, h = 10, d = 2, r = 2, smooth.para = 6)

Arguments

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

Value

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


tfrostig/RSEE documentation built on Feb. 5, 2020, 5:42 p.m.