powered by
Smoothening of the time series
Smoothing(timeseries, frequency = 52, smoothening_algorithm = "lowess", breaks)
The smoothened time series
Given time series
Timeseries frequency, defaults to 12 points
Smoothening algorithm required
Breakpoints identified by the previous algorithm
Lowess smoothener
Smoothing(timeseries = StructuralDecompose::Nile_dataset[,1], breaks = c(4, 50, 80)) Smoothing(timeseries = runif(n = 50, min = 1, max = 10), breaks = c(4, 20, 30))
Run the code above in your browser using DataLab