View source: R/StructuralDecompose.R
MedianCleaning | R Documentation |
Median level checks
MedianCleaning(timeseries, median_level = 0.5, breaks, frequency = 52)
timeseries |
Given time series |
median_level |
Median distance between two levels |
breaks |
Breaks identified |
frequency |
Timeseries frequency, defaults to 12 points |
The series cleaned with the median check
MedianCleaning(timeseries = StructuralDecompose::Nile_dataset[,1], breaks = c(1,4,5)) MedianCleaning(timeseries = runif(n = 50, min = 1, max = 10), breaks = c(1,4,5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.