smoothts {Rwave} | R Documentation |
Smoothing Time Series
Description
Smooth a time series by averaging window.
Usage
smoothts(ts, windowsize)
Arguments
ts |
Time series. |
windowsize |
Length of smoothing window. |
Value
Smoothed time series (1D array).
References
See discussions in the text of “Time-Frequency Analysis”.
[Package Rwave version 2.6-5 Index]