smooth.deri.pspline | R Documentation |
Function to smooth data and calculate derivative with pspline
smooth.deri.pspline(x, t, deriv = 0, t.out = t, smethod = 3, norder = 3, ...)
x |
vector of data |
t |
time stamp of each point |
deriv |
order of derivative to calculate |
t.out |
time stamp of output (default: to be the same as input) |
norder |
order of spline basis (default: 3) |
method |
spline fitting method used for "pspline" (default: 3) |
a vector of fitted value after smoothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.