
Generation of breakpoints
BreakPoints.Rd
Generation of breakpoints
Usage
BreakPoints(
timeseries,
frequency = 52,
break_algorithm = "strucchange",
break_level = 0.05
)
Examples
BreakPoints(timeseries = seq(100), frequency = 52, break_level = 0.05)
#> [1] 0 5 11 17 22 28 33 38 43 48 53 59 64 69 74 79 84 89 94
#> [20] 100
BreakPoints(timeseries = StructuralDecompose::Nile_dataset[,1], frequency = 52)
#> [1] 0 28 100