| msSmoothMean {msProcess} | R Documentation |
Fits a smooth curve to a vector using moving average and returns a vector of fitted smooth curve values evaluated at the original locations.
msSmoothMean(y, half.span=250, process="msSmoothMean")
y |
A numeric vector. |
half.span |
A numeric value denoting half of the window width when performing average. Default: 250. |
process |
A character string denoting the name of the
process to register with the (embedded) event history object of the input
after processing the input data.
Default: "msSmoothMean". |
A vector of fitted smooth curve values evaluated at the original locations.
msSmoothApprox, msSmoothKsmooth, msSmoothLoess, msSmoothMonotone, msSmoothSpline, msSmoothSupsmu.