View source: R/StructuralDecompose.R
LevelCheck | R Documentation |
Minimum level length checks
LevelCheck(timeseries, level_length = 10, breaks)
timeseries |
Given time series |
level_length |
Mean distance between two levels |
breaks |
breakpoints returned |
The series cleaned with the minimum level check
LevelCheck(timeseries = StructuralDecompose::Nile_dataset[,1], breaks = c(1,4,5)) LevelCheck(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.