View source: R/smooth_timeseries.R
smooth_timeseries | R Documentation |
This function can be used to smooth time series data of given data frame using a Kolmogorov-Zurbenko filter. By default applies a "mild" filter and imputes the tails.
smooth_timeseries(data, span = 4, order = 6)
data |
A data frame with only one numerical column. |
span |
The window for the filter. |
order |
The number of iterations. |
smooth_timeseries(data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.